ki-backend/env.dev

12 lines
148 B
Plaintext
Raw Normal View History

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-06-12 13:24:26 +02:00
KI_AUTH=file
2021-06-21 17:35:28 +02:00
# 10 = debug
KI_LOGLEVEL=10