From a6e43f2777f3638e2f26ac1dabb8ecf5f490c6a0 Mon Sep 17 00:00:00 2001 From: Antoine Pietri Date: Tue, 21 Feb 2017 17:23:58 +0100 Subject: [PATCH] config: use 5002 as the default storage port --- swh/lister/github/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swh/lister/github/base.py b/swh/lister/github/base.py index 15c2755..8484484 100644 --- a/swh/lister/github/base.py +++ b/swh/lister/github/base.py @@ -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'),