mirror of
https://github.com/house-of-vanity/libopenanal.git
synced 2025-07-06 21:24:08 +00:00
9 lines
142 B
Python
9 lines
142 B
Python
# database confs
|
|
db_location = './main.db'
|
|
#db_scheme = './misc/pypadla.db.sql'
|
|
|
|
# flask config
|
|
flask_host = '0.0.0.0'
|
|
flask_port = 8080
|
|
|