Initial commit – AufmaßCreater v2.35
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# AufmaßWeb – Konfiguration
|
||||
# Kopiere diese Datei nach .env und passe die Werte an
|
||||
|
||||
SECRET_KEY=ersetzen-mit-sicherem-schluessel-mindestens-32-zeichen
|
||||
|
||||
# SQLite (Entwicklung lokal):
|
||||
# DATABASE_URL=sqlite:///data/aufmass.db
|
||||
|
||||
# PostgreSQL (Produktion / Docker):
|
||||
DATABASE_URL=postgresql://user:password@host:5432/aufmassweb
|
||||
FLASK_ENV=production
|
||||
Reference in New Issue
Block a user