6 lines
162 B
Plaintext
6 lines
162 B
Plaintext
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
|