chore: release version 0.5.1
This commit is contained in:
12
.env.example
12
.env.example
@@ -5,7 +5,19 @@ DATABASE_PATH=./data/putzliga.db
|
||||
UPLOAD_FOLDER=./data/uploads
|
||||
APP_BASE_URL=http://localhost:8000
|
||||
APP_TIMEZONE=Europe/Berlin
|
||||
|
||||
# Web Push
|
||||
# Lokal: APP_BASE_URL auf deine lokale URL setzen
|
||||
# Cloudron: APP_BASE_URL leer lassen und automatisch CLOUDRON_APP_ORIGIN nutzen
|
||||
VAPID_PUBLIC_KEY=
|
||||
VAPID_PRIVATE_KEY=
|
||||
VAPID_CLAIMS_SUBJECT=mailto:admin@example.com
|
||||
|
||||
# Beispiel für Cloudron:
|
||||
# SECRET_KEY=ein-langer-zufallswert
|
||||
# APP_TIMEZONE=Europe/Berlin
|
||||
# VAPID_PUBLIC_KEY=...
|
||||
# VAPID_PRIVATE_KEY=...
|
||||
# VAPID_CLAIMS_SUBJECT=mailto:mail@deine-domain.tld
|
||||
|
||||
GUNICORN_WORKERS=2
|
||||
|
||||
Reference in New Issue
Block a user