Load config
This commit is contained in:
parent
66cff9a210
commit
2a93f4db43
|
@ -13,6 +13,7 @@ srid = 4326
|
|||
|
||||
app = Flask(__name__)
|
||||
app.debug = True
|
||||
app.config.from_object('config.default')
|
||||
|
||||
DB_URL = "postgresql:///matcher"
|
||||
database.init_db(DB_URL)
|
||||
|
|
Loading…
Reference in a new issue