wrong env var
This commit is contained in:
parent
337a3e8167
commit
4849dbec08
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ config = context.config
|
||||||
if config.config_file_name is not None:
|
if config.config_file_name is not None:
|
||||||
fileConfig(config.config_file_name)
|
fileConfig(config.config_file_name)
|
||||||
|
|
||||||
config.set_main_option("sqlalchemy.url", os.getenv("DB_URI"))
|
config.set_main_option("sqlalchemy.url", os.getenv("THREEM_DBURL"))
|
||||||
|
|
||||||
# add your model's MetaData object here
|
# add your model's MetaData object here
|
||||||
# for 'autogenerate' support
|
# for 'autogenerate' support
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue