Compare commits
No commits in common. "0fa5612dcebd87cb0118f87b0d96847468ea0e82" and "52126d5634e8490f6dc36af24546e3deb24417f2" have entirely different histories.
0fa5612dce
...
52126d5634
@ -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 |
2
env.dev
2
env.dev
@ -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
6
storage/.gitignore
vendored
@ -1,6 +0,0 @@
|
||||
# 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