Drop the sqlalchemy.url from alembic.ini
This commit is contained in:
parent
54530da445
commit
e77cc5e2c2
1 changed files with 0 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue