Merge Request #9
← To merge requests
From
mailman-api-default
into
master
Commits (1)
Showing
1 changed file
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' | ... | ... |