forked from kompetenzinventar/ki-backend
10 lines
136 B
Plaintext
10 lines
136 B
Plaintext
SQLALCHEMY_DATABASE_URI = 'sqlite:///data/ki.sqlite'
|
|
|
|
FLASK_APP=app.py
|
|
FLASK_ENV=development
|
|
|
|
KI_AUTH=file
|
|
|
|
# 10 = debug
|
|
KI_LOGLEVEL=10
|