MVP0
This commit is contained in:
5
backend_django/.env.example
Normal file
5
backend_django/.env.example
Normal file
@@ -0,0 +1,5 @@
|
||||
DJANGO_SECRET_KEY=dev-secret
|
||||
DJANGO_DEBUG=1
|
||||
ALLOWED_HOSTS=127.0.0.1,localhost
|
||||
CORS_ALLOWED_ORIGINS=http://localhost:5174
|
||||
AGENTS_SERVICE_URL=http://localhost:8001
|
||||
Reference in New Issue
Block a user