resultsdb / staging: set correct db host

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-10-01 16:58:27 -07:00
parent 3dd9d07154
commit 7a97d98e8b

View file

@ -20,7 +20,7 @@ fedmsg_env: stg
# the db_host_machine bits are so that delegation continues to work, even if
# that db is localhost relative to resultsdb
resultsdb_db_host_machine: db-qa01.qa.fedoraproject.org
resultsdb_db_host_machine: db01.stg.iad2.fedoraproject.org
resultsdb_db_host: "{{ resultsdb_db_host_machine }}"
resultsdb_db_port: 5432
resultsdb_endpoint: 'resultsdb_api'