database = ":memory:"
# database = "db.sqlite3"
host = "localhost"
port = 8080
production = False
queue_polling_interval = 30