7 lines
116 B
Bash
7 lines
116 B
Bash
JOBS_ENABLED=True
|
|
JOBS_DIR="./jobs"
|
|
|
|
AUTH_ENABLED=True
|
|
AUTH_SESSION_SECRET="default-secret"
|
|
|
|
SEQUELIZE_LOGGING=False |