execdb's alembic.ini: remove blank line
This commit is contained in:
parent
0f45f89216
commit
70ac75a7e4
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ sqlalchemy.url = 'postgresql+psycopg2://{{ prod_execdb_db_user }}:{{ prod_execdb
|
|||
sqlalchemy.url = 'postgresql+psycopg2://{{ stg_execdb_db_user }}:{{ stg_execdb_db_password }}@{{ execdb_db_host }}:{{ execdb_db_port }}/{{ execdb_db_name }}'
|
||||
{% endif %}
|
||||
{% if deployment_type == 'dev' %}
|
||||
|
||||
sqlalchemy.url = 'postgresql+psycopg2://{{ dev_execdb_db_user }}:{{ dev_execdb_db_password }}@{{ execdb_db_host }}:{{ execdb_db_port }}/{{ execdb_db_name }}'
|
||||
{% endif %}
|
||||
{% if deployment_type == 'local' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue