Use the correct port

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2018-10-05 05:39:48 +02:00
parent 692e419204
commit 2944e3f2a3

View file

@ -358,7 +358,7 @@ REPOSPANNER_NEW_REPO_ADMIN_OVERRIDE = True
REPOSPANNER_NEW_FORK = True
REPOSPANNER_ADMIN_MIGRATION = True
REPOSPANNER_REGIONS = {
'rpms': {'url': 'https://fedora01.rpms.stg.fedoraproject.org',
'rpms': {'url': 'https://fedora01.rpms.stg.fedoraproject.org:8443',
'repo_prefix': '',
'hook': None,
'ca': '/etc/pagure/ca.crt',