config: use 5002 as the default storage port

This commit is contained in:
Antoine Pietri 2017-02-21 17:23:58 +01:00
parent ede9e5048c
commit a6e43f2777

View file

@ -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'),