template-backend/.env.example

14 lines
241 B
Plaintext
Raw Permalink Normal View History

2024-08-12 19:22:51 +00:00
SECRET_KEY=secret
DEBUG=1
CSRF_TRUSTED_ORIGINS=http://localhost:8000 http://127.0.0.1:8000
ALLOWED_HOSTS=*
DB_NAME=postgres
DB_USER=postgres
DB_PASSWORD=postgres
DB_HOST=db
DB_PORT=5432
REDIS_HOST=redis
REDIS_PORT=6379
REDIS_PASSWORD=redis