This commit is contained in:
2021-09-20 19:58:42 +02:00
parent 52126d5634
commit ee8949d82a
3 changed files with 18 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: AGPL-3.0-or-later
SQLALCHEMY_DATABASE_URI=sqlite:///data/ki.sqlite
SQLALCHEMY_DATABASE_URI=sqlite:///storage/ki.sqlite
CORS_ORIGINS=*