2015-12-26 18:24:23 +01:00
|
|
|
import os
|
|
|
|
basepath = os.path.dirname(os.path.realpath(__file__))
|
|
|
|
|
2015-12-25 20:13:00 +01:00
|
|
|
database = ":memory:"
|
2015-12-26 18:24:23 +01:00
|
|
|
# database = os.path.join(basepath, "db.sqlite3")
|
2015-12-25 20:11:56 +01:00
|
|
|
|
|
|
|
host = "localhost"
|
|
|
|
port = 8080
|
|
|
|
|
|
|
|
production = False
|
2015-12-26 18:06:36 +01:00
|
|
|
|
|
|
|
queue_polling_interval = 30
|