Drop the sqlalchemy.url from alembic.ini

This commit is contained in:
Pierre-Yves Chibon 2017-02-13 12:22:04 +01:00
parent 54530da445
commit e77cc5e2c2

View file

@ -12,8 +12,6 @@ script_location = /usr/share/pagure/alembic
# revision_environment = false
#sqlalchemy.url = postgresql://<%= pkgdb_app %>:<%= pkgdb_appPassword %>@db-pkgdb/pkgdb
sqlalchemy.url = postgresql://{{ distgit_pagure_db_user }}:{{ distgit_pagure_db_pass }}@{{ distgit_pagure_db_host }}/{{ distgit_pagure_db_name }}
# Logging configuration
[loggers]