Load config

This commit is contained in:
Edward Betts 2021-05-14 11:05:58 +02:00
parent 66cff9a210
commit 2a93f4db43

View file

@ -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)