config: use 5002 as the default storage port
This commit is contained in:
parent
ede9e5048c
commit
a6e43f2777
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class SWHLister(config.SWHConfig):
|
|||
'storage': ('dict', {
|
||||
'cls': 'remote',
|
||||
'args': {
|
||||
'url': 'http://localhost:5000/'
|
||||
'url': 'http://localhost:5002/'
|
||||
},
|
||||
}),
|
||||
'scheduling_db': ('str', 'dbname=softwareheritage-scheduler'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue