Files
kakebo/.env.example

9 lines
235 B
Plaintext

SECRET_KEY=change-me-to-a-random-secret-key
DEBUG=False
ALLOWED_HOSTS=localhost,127.0.0.1,django,nginx
NGINX_PORT=8080
REDIS_HOST=redis
REDIS_PORT=6379
CSRF_TRUSTED_ORIGINS=https://your-domain.com
API_TOKEN=change-me-to-a-random-token