Child: [72d7c3] (diff)

Download this file

settings.py    15 lines (8 with data), 414 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
# This file contains python variables that configure Lamson for email processing.
import logging
relay_config = {'host': 'localhost', 'port': 8825}
receiver_config = {'host': 'localhost', 'port': 8823}
handlers = ['app.handlers.sample']
router_defaults = {'host': 'localhost'}
template_config = {'dir': 'app', 'module': 'templates'}
# the config/boot.py will turn these values into variables set in settings