forked from kompetenzinventar/ki-backend
separate storage and data kompetenzinventar/ki-frontend#28
This commit is contained in:
parent
52126d5634
commit
ee8949d82a
11
data/imgs/flags/Pipfile
Normal file
11
data/imgs/flags/Pipfile
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
[[source]]
|
||||||
|
url = "https://pypi.org/simple"
|
||||||
|
verify_ssl = true
|
||||||
|
name = "pypi"
|
||||||
|
|
||||||
|
[packages]
|
||||||
|
|
||||||
|
[dev-packages]
|
||||||
|
|
||||||
|
[requires]
|
||||||
|
python_version = "3.8"
|
2
env.dev
2
env.dev
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
SQLALCHEMY_DATABASE_URI=sqlite:///data/ki.sqlite
|
SQLALCHEMY_DATABASE_URI=sqlite:///storage/ki.sqlite
|
||||||
|
|
||||||
CORS_ORIGINS=*
|
CORS_ORIGINS=*
|
||||||
|
|
||||||
|
6
storage/.gitignore
vendored
Normal file
6
storage/.gitignore
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: WTF Kooperative eG <https://wtf-eg.de/>
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
|
*
|
||||||
|
!.gitignore
|
Loading…
Reference in New Issue
Block a user