forked from kompetenzinventar/ki-backend
16 lines
262 B
Plaintext
16 lines
262 B
Plaintext
# SPDX-FileCopyrightText: WTF Kooperative eG <https://wtf-eg.de/>
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
SQLALCHEMY_DATABASE_URI=sqlite:///data/ki.sqlite
|
|
|
|
CORS_ORIGINS=*
|
|
|
|
FLASK_APP=app.py
|
|
FLASK_ENV=development
|
|
|
|
KI_AUTH=file
|
|
|
|
# 10 = debug
|
|
KI_LOGLEVEL=10
|