10 lines
129 B
Python
10 lines
129 B
Python
database = ":memory:"
|
|
# database = "db.sqlite3"
|
|
|
|
host = "localhost"
|
|
port = 8080
|
|
|
|
production = False
|
|
|
|
queue_polling_interval = 30
|