Commit f29fdd98041c9e4dfdd0dc9fc99a61a84ca68f9b

Authored by Sergio Oliveira
1 parent 4f32162b

MAILMAN_API_URL must include protocol scheme

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,7 +262,7 @@ FEEDZILLA_SITE_DESCRIPTION = _(u'Colab blog aggregator')
262 262
263 263
264 ### Mailman API settings 264 ### Mailman API settings
265 -MAILMAN_API_URL = 'localhost:8000' 265 +MAILMAN_API_URL = 'http://localhost:8000'
266 266
267 267
268 ### BrowserID / Persona 268 ### BrowserID / Persona