~abompard/mailman-bundler/mailman-bundler

« back to all changes in this revision

Viewing changes to mailman_web/production.py

  • Committer: Aurélien Bompard
  • Date: 2015-04-19 01:26:06 UTC
  • Revision ID: aurelien@bompard.org-20150419012606-7gn8i7l5653yilq1
Add file logging to the devel config

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
MAILMAN_API_USER = MAILMAN_USER = 'restadmin'
32
32
MAILMAN_API_PASS = MAILMAN_PASS = 'restpass'
33
33
MAILMAN_ARCHIVER_KEY = 'SecretArchiverAPIKey'
34
 
MAILMAN_ARCHIVER_FROM = ('127.0.0.1', '::1')
 
34
MAILMAN_ARCHIVER_FROM = ('127.0.0.1', '::1', '::ffff:127.0.0.1')
35
35
 
36
36
# Application definition
37
37