Compare commits

..

No commits in common. "0fa5612dcebd87cb0118f87b0d96847468ea0e82" and "52126d5634e8490f6dc36af24546e3deb24417f2" have entirely different histories.

4 changed files with 1 additions and 18 deletions

View File

@ -1,11 +0,0 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
[dev-packages]
[requires]
python_version = "3.8"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 369 B

View File

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

6
storage/.gitignore vendored
View File

@ -1,6 +0,0 @@
# SPDX-FileCopyrightText: WTF Kooperative eG <https://wtf-eg.de/>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
*
!.gitignore