Initial commit
Dieser Commit ist enthalten in:
8
v2_lizenzserver/.env.production.template
Normale Datei
8
v2_lizenzserver/.env.production.template
Normale Datei
@ -0,0 +1,8 @@
|
||||
# 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
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren