Fix the variable names
This commit is contained in:
parent
3a78c5467d
commit
773be99b25
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ SECRET_KEY='{{ anitya_secret_key }}'
|
||||||
### url to the database server:
|
### url to the database server:
|
||||||
#DB_URL=mysql://user:pass@host/db_name
|
#DB_URL=mysql://user:pass@host/db_name
|
||||||
#DB_URL=postgres://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
|
# List of admins based on their openid
|
||||||
CNUCNU_WEB_ADMINS = [
|
CNUCNU_WEB_ADMINS = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue