forked from tr4ck3ur/jm2l
Added mail handling
removed tests routes for production
This commit is contained in:
@@ -6,12 +6,16 @@
|
||||
[app:main]
|
||||
use = egg:JM2L
|
||||
|
||||
mail.host = localhost
|
||||
mail.port = 25
|
||||
|
||||
pyramid.reload_templates = true
|
||||
pyramid.debug_authorization = false
|
||||
pyramid.debug_notfound = false
|
||||
pyramid.debug_routematch = false
|
||||
pyramid.default_locale_name = en
|
||||
pyramid.includes =
|
||||
pyramid_mailer.testing
|
||||
pyramid_debugtoolbar
|
||||
pyramid_tm
|
||||
pyramid_mako
|
||||
|
||||
Reference in New Issue
Block a user