Fix copr-front-stg db password
This commit is contained in:
parent
2753bc3a83
commit
b2e2c82ba3
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ num_cpus: 1
|
|||
|
||||
copr_frontend_public_hostname: "copr.stg.fedoraproject.org"
|
||||
|
||||
copr_database_password: "{{ copruser_db_password_stg }}"
|
||||
copruser_db_password: "{{ copruser_db_password_stg }}"
|
||||
|
||||
tcp_ports: [ 80 ]
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ BACKEND_BASE_URL = '{{ backend_base_url }}'
|
|||
#USE_ALLOWED_USERS = False
|
||||
#ALLOWED_USERS = ['bonnie', 'clyde']
|
||||
|
||||
SQLALCHEMY_DATABASE_URI = 'postgresql+psycopg2://copruser:{{ copr_database_password }}@db01/copr'
|
||||
SQLALCHEMY_DATABASE_URI = 'postgresql+psycopg2://copruser:{{ copruser_db_password }}@db01/copr'
|
||||
|
||||
# Token length, defaults to 30 (max 255)
|
||||
#API_TOKEN_LENGTH = 30
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue