3 lines
92 B
Python
3 lines
92 B
Python
default_db_query = "sqlite:///library.db"
|
|
default_app_port = 15012
|
|
default_app_debug = False |