Fix copr-front-stg db password

This commit is contained in:
Mikolaj Izdebski 2018-08-27 11:44:40 +00:00
parent 2753bc3a83
commit b2e2c82ba3
2 changed files with 2 additions and 2 deletions

View file

@ -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 ]

View file

@ -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