forked from edward/owl-map
Load config
This commit is contained in:
parent
66cff9a210
commit
2a93f4db43
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ srid = 4326
|
||||||
|
|
||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
app.debug = True
|
app.debug = True
|
||||||
|
app.config.from_object('config.default')
|
||||||
|
|
||||||
DB_URL = "postgresql:///matcher"
|
DB_URL = "postgresql:///matcher"
|
||||||
database.init_db(DB_URL)
|
database.init_db(DB_URL)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue