diff --git a/roles/anitya/backend/templates/anitya_admin.cfg b/roles/anitya/backend/templates/anitya_admin.cfg index bb718b8519..d157198c23 100644 --- a/roles/anitya/backend/templates/anitya_admin.cfg +++ b/roles/anitya/backend/templates/anitya_admin.cfg @@ -6,7 +6,7 @@ SECRET_KEY='{{ anitya_secret_key }}' ### url to the database server: #DB_URL=mysql://user:pass@host/db_name #DB_URL=postgres://user:pass@host/db_name -DB_URL='postgresql://{{ anitya_db_admin }}:{{ anitya_db_admin_pass }}@{{ anitya_db_host }}/{{ anitya_db_name }}' +DB_URL='postgresql://{{ anitya_db_admin_user }}:{{ anitya_db_admin_pass }}@{{ anitya_db_host }}/{{ anitya_db_name }}' # List of admins based on their openid CNUCNU_WEB_ADMINS = [