This commit is contained in:
Ultra Desu
2018-10-27 16:11:48 +03:00
commit 8404b990b0
4 changed files with 87 additions and 0 deletions

8
settings.py Normal file
View File

@ -0,0 +1,8 @@
# database confs
db_location = './main.db'
#db_scheme = './misc/pypadla.db.sql'
# flask config
flask_host = '0.0.0.0'
flask_port = 8080