alembic needs owner, so use the anitya_admin user, since we don't do it the other way anywhere else anyway
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
0e98ef556c
commit
e0e715c143
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ data:
|
|||
permanent_session_lifetime = 3600
|
||||
|
||||
{% if env == 'staging' %}
|
||||
db_url = "postgresql://{{ anitya_stg_db_user }}:{{ anitya_stg_db_pass }}@{{ anitya_stg_db_host }}/{{ anitya_stg_db_name }}"
|
||||
db_url = "postgresql://{{ anitya_stg_db_admin_user }}:{{ anitya_stg_db_admin_pass }}@{{ anitya_stg_db_host }}/{{ anitya_stg_db_name }}"
|
||||
{% else %}
|
||||
db_url = "postgresql://{{ anitya_db_user }}:{{ anitya_db_pass }}@{{ anitya_db_host }}/{{ anitya_db_name }}"
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue