waiverdb: move prod now as well
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
e16d587922
commit
d18b6ba945
3 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
|
|
||||||
- name: make the app be real
|
- name: make the app be real
|
||||||
hosts: os_masters[0]:os_control_stg[0]
|
hosts: os_control[0]:os_control_stg[0]
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
}
|
}
|
||||||
{% else %}
|
{% else %}
|
||||||
{"web": {
|
{"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",
|
"token_uri": "https://id.fedoraproject.org/openidc/Token",
|
||||||
"auth_uri": "https://id.fedoraproject.org/openidc/Authorization",
|
"auth_uri": "https://id.fedoraproject.org/openidc/Authorization",
|
||||||
"client_id": "waiverdb",
|
"client_id": "waiverdb",
|
||||||
|
|
|
@ -4,7 +4,7 @@ RESULTSDB_API_URL = 'https://resultsdb.stg.fedoraproject.org/api/v2.0'
|
||||||
CORS_URL = 'https://bodhi.stg.fedoraproject.org'
|
CORS_URL = 'https://bodhi.stg.fedoraproject.org'
|
||||||
{% else %}
|
{% else %}
|
||||||
DATABASE_URI = 'postgresql+psycopg2://waiverdb@db01.iad2.fedoraproject.org:5432/waiverdb'
|
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'
|
CORS_URL = 'https://bodhi.fedoraproject.org'
|
||||||
{% endif %}
|
{% endif %}
|
||||||
MESSAGE_BUS_PUBLISH = True
|
MESSAGE_BUS_PUBLISH = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue