diff --git a/roles/freshmaker/base/templates/etc/freshmaker/config.py.j2 b/roles/freshmaker/base/templates/etc/freshmaker/config.py.j2 index e7128c694d..4b38a8e5cc 100644 --- a/roles/freshmaker/base/templates/etc/freshmaker/config.py.j2 +++ b/roles/freshmaker/base/templates/etc/freshmaker/config.py.j2 @@ -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'