diff options
Diffstat (limited to 'roles/mbs/common/templates/config.py')
| -rw-r--r-- | roles/mbs/common/templates/config.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/mbs/common/templates/config.py b/roles/mbs/common/templates/config.py index 4ed7531aa..d245d456d 100644 --- a/roles/mbs/common/templates/config.py +++ b/roles/mbs/common/templates/config.py @@ -117,3 +117,6 @@ class ProdConfiguration(BaseConfiguration): PDC_URL = 'https://pdc.fedoraproject.org/rest_api/v1' SCMURLS = ["git://pkgs.fedoraproject.org/modules/"] {% endif %} + + # These aren't really secret. + OIDC_CLIENT_SECRETS = path.join(confdir, 'client_secrets.json') |
