Move some of the defaults from conf/config.py to module_build_service/config.py

This removes the need to duplicate these configuration values.
This commit is contained in:
mprahl
2019-12-23 15:59:47 -05:00
parent 1083718527
commit daf29dd93c
3 changed files with 37 additions and 106 deletions

View File

@@ -119,8 +119,6 @@ objects:
KOJI_PROXYUSER = False
KOJI_REPOSITORY_URL = ''
PDC_URL = ''
PDC_INSECURE = True
PDC_DEVELOP = True
SCMURLS = []
ALLOW_CUSTOM_SCMURLS = True
@@ -551,8 +549,6 @@ objects:
KOJI_PROXYUSER = False
KOJI_REPOSITORY_URL = ''
PDC_URL = ''
PDC_INSECURE = True
PDC_DEVELOP = True
SCMURLS = []
ALLOW_CUSTOM_SCMURLS = True