Use the correct port
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
692e419204
commit
2944e3f2a3
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ REPOSPANNER_NEW_REPO_ADMIN_OVERRIDE = True
|
||||||
REPOSPANNER_NEW_FORK = True
|
REPOSPANNER_NEW_FORK = True
|
||||||
REPOSPANNER_ADMIN_MIGRATION = True
|
REPOSPANNER_ADMIN_MIGRATION = True
|
||||||
REPOSPANNER_REGIONS = {
|
REPOSPANNER_REGIONS = {
|
||||||
'rpms': {'url': 'https://fedora01.rpms.stg.fedoraproject.org',
|
'rpms': {'url': 'https://fedora01.rpms.stg.fedoraproject.org:8443',
|
||||||
'repo_prefix': '',
|
'repo_prefix': '',
|
||||||
'hook': None,
|
'hook': None,
|
||||||
'ca': '/etc/pagure/ca.crt',
|
'ca': '/etc/pagure/ca.crt',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue