first commit
This commit is contained in:
11
.env.example
Normal file
11
.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
SECRET_KEY=change-me
|
||||
PORT=8000
|
||||
DATA_DIR=./data
|
||||
DATABASE_PATH=./data/putzliga.db
|
||||
UPLOAD_FOLDER=./data/uploads
|
||||
APP_BASE_URL=http://localhost:8000
|
||||
APP_TIMEZONE=Europe/Berlin
|
||||
VAPID_PUBLIC_KEY=
|
||||
VAPID_PRIVATE_KEY=
|
||||
VAPID_CLAIMS_SUBJECT=mailto:admin@example.com
|
||||
GUNICORN_WORKERS=2
|
||||
Reference in New Issue
Block a user