8 Zeilen
286 B
Plaintext
8 Zeilen
286 B
Plaintext
# IMPORTANT: Generate a secure secret key using generate-secrets.py
|
|
SECRET_KEY=CHANGE_THIS_GENERATE_SECURE_SECRET
|
|
|
|
# Database connection (password should match v2/.env)
|
|
DATABASE_URL=postgresql://adminuser:CHANGE_THIS_STRONG_PASSWORD@db:5432/meinedatenbank
|
|
|
|
# Production mode
|
|
DEBUG=False |