diff options
author | tr4ck3ur <tr4ck3ur@style-python.fr> | 2015-02-16 01:12:17 +0100 |
---|---|---|
committer | tr4ck3ur <tr4ck3ur@style-python.fr> | 2015-02-16 01:12:17 +0100 |
commit | fda1b5cf1a4fe35ab8967e9f958ffcd219e5da1b (patch) | |
tree | 48c571e58c9b260d2b8bbe74944f131d7e06dc35 /production.ini | |
parent | 4970614f41a89c2b8184ecfb2ed65583651267ed (diff) | |
download | jm2l-fda1b5cf1a4fe35ab8967e9f958ffcd219e5da1b.tar.gz jm2l-fda1b5cf1a4fe35ab8967e9f958ffcd219e5da1b.tar.bz2 jm2l-fda1b5cf1a4fe35ab8967e9f958ffcd219e5da1b.tar.xz jm2l-fda1b5cf1a4fe35ab8967e9f958ffcd219e5da1b.zip |
Added mail handling
removed tests routes for production
Diffstat (limited to 'production.ini')
-rw-r--r-- | production.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/production.ini b/production.ini index 382dbb1..3745890 100644 --- a/production.ini +++ b/production.ini @@ -6,12 +6,16 @@ [app:main] use = egg:JM2L +mail.host = localhost +mail.port = 25 + pyramid.reload_templates = false pyramid.debug_authorization = false pyramid.debug_notfound = false pyramid.debug_routematch = false pyramid.default_locale_name = fr pyramid.includes = + pyramid_mailer pyramid_tm pyramid_mako pyramid_exclog |