2020-08-23 21:58:26 +00:00
|
|
|
[FLASCHENGEIST]
|
2020-09-03 15:56:12 +00:00
|
|
|
# Select authentication provider (builtin: auth_plain, auth_ldap)
|
2020-10-28 13:21:20 +00:00
|
|
|
auth = "auth_plain"
|
2020-09-03 15:56:12 +00:00
|
|
|
# Enable if you run flaschengeist behind a proxy, e.g. nginx + gunicorn
|
2020-10-28 13:21:20 +00:00
|
|
|
#proxy = false
|
2020-09-03 15:56:12 +00:00
|
|
|
# Set root path, prefixes all routes
|
2020-10-30 21:15:37 +00:00
|
|
|
#root = /api
|
2020-10-28 13:21:20 +00:00
|
|
|
# Set secret key
|
|
|
|
secret_key = "V3ryS3cr3t"
|
|
|
|
|
|
|
|
[LOGGING]
|
|
|
|
file = "/tmp/flaschengeist-debug.log"
|
|
|
|
# DEBUG INFO WARNING ERROR
|
|
|
|
#level = "WARNING"
|
2020-08-23 21:58:26 +00:00
|
|
|
|
|
|
|
[DATABASE]
|
2020-10-28 13:21:20 +00:00
|
|
|
user = "user"
|
|
|
|
host = "127.0.0.1"
|
|
|
|
password = "password"
|
|
|
|
database = "database"
|
2020-08-23 21:58:26 +00:00
|
|
|
|
2020-10-15 19:58:56 +00:00
|
|
|
[auth_plain]
|
|
|
|
enabled = true
|
|
|
|
|
2020-10-15 10:05:16 +00:00
|
|
|
#[auth_ldap]
|
2020-10-15 19:58:56 +00:00
|
|
|
# enabled = true
|
2020-10-15 10:05:16 +00:00
|
|
|
# URL =
|
|
|
|
# PORT =
|
|
|
|
# BINDDN =
|
|
|
|
# SECRET =
|
|
|
|
# USE_SSL =
|
|
|
|
## ADMIN_DN:
|
|
|
|
## ADMIN_SECRET:
|
|
|
|
|
2020-08-23 21:58:26 +00:00
|
|
|
############################
|
|
|
|
# Configuration of plugins #
|
|
|
|
############################
|
2020-10-28 13:21:20 +00:00
|
|
|
#[mail]
|
|
|
|
# enabled = true
|
|
|
|
# SERVER =
|
|
|
|
# PORT =
|
|
|
|
# USER =
|
|
|
|
# PASSWORD =
|
|
|
|
# MAIL =
|
|
|
|
# SSL or STARTLS
|
|
|
|
# CRYPT = SSL
|
|
|
|
|
2020-10-30 21:15:37 +00:00
|
|
|
[balance]
|
|
|
|
enabled = true
|
2020-08-23 21:58:26 +00:00
|
|
|
|
2020-10-30 21:15:37 +00:00
|
|
|
[geruecht]
|
2020-09-07 16:11:38 +00:00
|
|
|
enabled = false
|