Environment Config

This commit is contained in:
Felix Kaspar
2024-05-29 23:45:56 +02:00
parent 09a3d83dc5
commit c19bc8d07a
7 changed files with 44 additions and 27 deletions

View File

@@ -1,2 +1,7 @@
JOBS_ENABLED=True
JOBS_DIR="./jobs"
SESSION_SECRET="default-secret"
AUTH_ENABLED=True
AUTH_SESSION_SECRET="default-secret"
SEQUELIZE_LOGGING=False