Version 1.1

This commit is contained in:
2026-01-28 15:31:49 +01:00
parent b5b11b5826
commit 105bcc8d7a
10 changed files with 553 additions and 4 deletions

16
.env.example Normal file
View File

@@ -0,0 +1,16 @@
# Copy to .env and adjust as needed.
# Port exposed on the host
WEB_PORT=5000
# Flask environment (development/production)
FLASK_ENV=production
# These are read by the app (see app.py) and are also used by docker-compose.yml.
SECRET_KEY=change-me
# Store the SQLite DB in the Flask instance folder
SQLALCHEMY_DATABASE_URI=sqlite:////instance/liturgie.db
# Default admin bootstrap (created only if the user does not exist yet)
ADMIN_USERNAME=admin
ADMIN_PASSWORD=admin