From 118265a4265affd806598ac56189a2d9aecbecec Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Thu, 18 Sep 2014 10:19:57 -0300 Subject: [PATCH] Expect mailman-api on port 9000 (as set on supervisor app) --- src/colab/custom_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/colab/custom_settings.py b/src/colab/custom_settings.py index 38c04b3..1d393cd 100644 --- a/src/colab/custom_settings.py +++ b/src/colab/custom_settings.py @@ -262,7 +262,7 @@ FEEDZILLA_SITE_DESCRIPTION = _(u'Colab blog aggregator') ### Mailman API settings -MAILMAN_API_URL = 'http://localhost:8000' +MAILMAN_API_URL = 'http://localhost:9000' ### BrowserID / Persona -- libgit2 0.21.2