mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
freshmaker: add MBS urls in app config
This commit is contained in:
@@ -172,6 +172,7 @@ class ProdConfiguration(BaseConfiguration):
|
||||
|
||||
KOJI_PROFILE = 'freshmaker_stg'
|
||||
|
||||
MBS_BASE_URL = "https://mbs.stg.fedoraproject.org"
|
||||
MBS_AUTH_TOKEN = "{{ freshmaker_stg_mbs_auth_token }}"
|
||||
|
||||
PDC_URL = 'https://pdc.stg.fedoraproject.org/rest_api/v1'
|
||||
@@ -194,6 +195,7 @@ class ProdConfiguration(BaseConfiguration):
|
||||
|
||||
KOJI_PROFILE = "freshmaker_production"
|
||||
|
||||
MBS_BASE_URL = "https://mbs.fedoraproject.org"
|
||||
MBS_AUTH_TOKEN = "{{ freshmaker_prod_mbs_auth_token }}"
|
||||
|
||||
PDC_URL = 'https://pdc.fedoraproject.org/rest_api/v1'
|
||||
|
||||
Reference in New Issue
Block a user