Initial commit

This commit is contained in:
Dessa Simpson 2022-10-13 07:16:08 +00:00
commit e40b26bc05
7 changed files with 33 additions and 0 deletions

2
instance/config.py Normal file
View file

@ -0,0 +1,2 @@
SQLALCHEMY_DATABASE_URI="sqlite:///app/instance/db.sqlite"
FHOST_STORAGE_PATH="/app/instance/upload"

3
instance/upload/.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
*
!*/
!.gitignore