waiverdb: move prod now as well

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-06-15 15:13:31 -07:00
parent e16d587922
commit d18b6ba945
3 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@
- name: make the app be real
hosts: os_masters[0]:os_control_stg[0]
hosts: os_control[0]:os_control_stg[0]
user: root
gather_facts: False

View file

@ -11,7 +11,7 @@
}
{% else %}
{"web": {
"redirect_uris": ["https://waiverdb-waiverdb.app.os.fedoraproject.org/"],
"redirect_uris": ["https://waiverdb-waiverdb.apps.ocp.fedoraproject.org/"],
"token_uri": "https://id.fedoraproject.org/openidc/Token",
"auth_uri": "https://id.fedoraproject.org/openidc/Authorization",
"client_id": "waiverdb",

View file

@ -4,7 +4,7 @@ RESULTSDB_API_URL = 'https://resultsdb.stg.fedoraproject.org/api/v2.0'
CORS_URL = 'https://bodhi.stg.fedoraproject.org'
{% else %}
DATABASE_URI = 'postgresql+psycopg2://waiverdb@db01.iad2.fedoraproject.org:5432/waiverdb'
RESULTSDB_API_URL = 'https://taskotron.fedoraproject.org/resultsdb_api/api/v2.0'
RESULTSDB_API_URL = 'https://resultsdb.fedoraproject.org/api/v2.0'
CORS_URL = 'https://bodhi.fedoraproject.org'
{% endif %}
MESSAGE_BUS_PUBLISH = True