forked from kompetenzinventar/ki-backend
21 lines
380 B
Plaintext
21 lines
380 B
Plaintext
# SPDX-FileCopyrightText: WTF Kooperative eG <https://wtf-eg.de/>
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
SQLALCHEMY_DATABASE_URI=sqlite:///storage/ki.sqlite
|
|
|
|
CORS_ORIGINS=*
|
|
|
|
FLASK_APP=app.py
|
|
FLASK_ENV=development
|
|
|
|
# auth method: file or ldap
|
|
KI_AUTH=file
|
|
|
|
# ldap auth only
|
|
KI_LDAP_URL=ldap://localhost:10389
|
|
KI_LDAP_ROOT_DN=dc=example,dc=com
|
|
|
|
# 10 = debug
|
|
KI_LOGLEVEL=10
|