Version 1.1
This commit is contained in:
16
.env.example
Normal file
16
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user