template-backend/.env.example

22 lines
362 B
Plaintext
Raw 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
2025-02-11 17:43:52 +00:00
REDIS_PASSWORD=redis
BROKER_HOST=redis
BROKER_PORT=6379
BROKER_PASSWORD=redis
BROKER_DB=1
AUTH_HTTP_USER=admin
AUTH_HTTP_PASSWORD=adminpass