Commit 118265a4265affd806598ac56189a2d9aecbecec

Authored by Sergio Oliveira
1 parent d33fcd13

Expect mailman-api on port 9000 (as set on supervisor app)

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/colab/custom_settings.py
... ... @@ -262,7 +262,7 @@ FEEDZILLA_SITE_DESCRIPTION = _(u'Colab blog aggregator')
262 262  
263 263  
264 264 ### Mailman API settings
265   -MAILMAN_API_URL = 'http://localhost:8000'
  265 +MAILMAN_API_URL = 'http://localhost:9000'
266 266  
267 267  
268 268 ### BrowserID / Persona
... ...