Fix the variable names in the alembic.ini of pkgdb2
This commit is contained in:
parent
91e5fa6362
commit
0d22fb78f5
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
[alembic]
|
||||
# path to migration scripts
|
||||
script_location = /usr/share/pkgdb/alembic
|
||||
script_location = /usr/share/pkgdb2/alembic
|
||||
|
||||
# template used to generate migration files
|
||||
# file_template = %%(rev)s_%%(slug)s
|
||||
|
@ -12,7 +12,7 @@ script_location = /usr/share/pkgdb/alembic
|
|||
# revision_environment = false
|
||||
|
||||
#sqlalchemy.url = postgresql://<%= pkgdb_app %>:<%= pkgdb_appPassword %>@db-pkgdb/pkgdb
|
||||
sqlalchemy.url = postgresql://{{ pkgdb_db_admin_user }}:{{ pkgdb_db_admin_pass }}@{{ pkgdb_db_host }}/{{ pkgdb_db_name }}
|
||||
sqlalchemy.url = postgresql://{{ pkgdb2_db_admin_user }}:{{ pkgdb2_db_admin_pass }}@{{ pkgdb2_db_host }}/{{ pkgdb2_db_name }}
|
||||
|
||||
|
||||
# Logging configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue