Rename this to be PDC-agnostic.

This commit is contained in:
Ralph Bean
2018-09-04 09:51:56 -04:00
parent 0aff640ef3
commit e7089d7be0
4 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ class BaseConfiguration(object):
KOJI_REPOSITORY_URL = 'https://kojipkgs.fedoraproject.org/repos'
KOJI_TAG_PREFIXES = ['module']
KOJI_ENABLE_CONTENT_GENERATOR = True
PDC_CHECK_FOR_EOL = False
CHECK_FOR_EOL = False
PDC_URL = 'https://pdc.fedoraproject.org/rest_api/v1'
PDC_INSECURE = False
PDC_DEVELOP = True