2021-07-05 19:37:05 +02:00
|
|
|
# SPDX-FileCopyrightText: WTF Kooperative eG <https://wtf-eg.de/>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
|
2021-06-21 22:21:25 +02:00
|
|
|
SQLALCHEMY_DATABASE_URI=sqlite:///data/ki.sqlite
|
|
|
|
|
|
|
|
CORS_ORIGINS=*
|
2021-06-12 13:24:26 +02:00
|
|
|
|
2021-06-21 17:35:28 +02:00
|
|
|
FLASK_APP=app.py
|
|
|
|
FLASK_ENV=development
|
|
|
|
|
2021-07-11 12:16:41 +02:00
|
|
|
# auth method: file or ldap
|
2021-06-12 13:24:26 +02:00
|
|
|
KI_AUTH=file
|
2021-06-21 17:35:28 +02:00
|
|
|
|
2021-07-11 12:16:41 +02:00
|
|
|
# ldap auth only
|
|
|
|
KI_LDAP_URL=ldap://localhost:10389
|
|
|
|
KI_LDAP_ROOT_DN=dc=example,dc=com
|
|
|
|
|
2021-06-21 17:35:28 +02:00
|
|
|
# 10 = debug
|
|
|
|
KI_LOGLEVEL=10
|