Commit 8aa0e6095bfb2a876ececf578ca028c2a84eecc0
Committed by
Sergio Oliveira
1 parent
6efc3b8f
Exists in
master
and in
39 other branches
settings.py: use default mailman-api port
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
colab/settings.py
... | ... | @@ -252,7 +252,7 @@ FEEDZILLA_SITE_DESCRIPTION = _(u'Colab blog aggregator') |
252 | 252 | FEEDZILLA_ENABLED = True |
253 | 253 | |
254 | 254 | # Mailman API settings |
255 | -MAILMAN_API_URL = 'http://localhost:9000' | |
255 | +MAILMAN_API_URL = 'http://localhost:8124' | |
256 | 256 | |
257 | 257 | # BrowserID / Persona |
258 | 258 | SITE_URL = 'http://localhost:8000' | ... | ... |