This commit is contained in:
cellarspoon
2022-01-10 13:34:17 +01:00
commit 566bf395fe
31 changed files with 2695 additions and 0 deletions

11
.env.sample Normal file
View File

@ -0,0 +1,11 @@
APP_SECRET_KEY=foobar
APP_THEME=lumbung
INVITE_TIME_LIMIT=30
KEYCLOAK_CLIENT_ID=admin-cli
KEYCLOAK_CLIENT_SECRET=barfoo
KEYCLOAK_DOMAIN=login.lumbung.space
KEYCLOAK_REALM=lumbung-space
REDIS_DB=0
REDIS_HOST=localhost
REDIS_PORT=6379
AUTOMATICALLY_LOG_IN=False