|
|
|
@ -11,14 +11,30 @@ pyramid.debug_authorization = false
@@ -11,14 +11,30 @@ pyramid.debug_authorization = false
|
|
|
|
|
pyramid.debug_notfound = false |
|
|
|
|
pyramid.debug_routematch = false |
|
|
|
|
pyramid.default_locale_name = en |
|
|
|
|
pyramid.includes = |
|
|
|
|
pyramid_mailer |
|
|
|
|
|
|
|
|
|
sqlalchemy.url = sqlite:///%(here)s/ordr3.sqlite |
|
|
|
|
|
|
|
|
|
retry.attempts = 3 |
|
|
|
|
|
|
|
|
|
auth.secret = "change me for production" |
|
|
|
|
|
|
|
|
|
session.secret = "change me for production" |
|
|
|
|
session.auto_csrf = true |
|
|
|
|
|
|
|
|
|
static_views.cache_max_age = 0 |
|
|
|
|
|
|
|
|
|
# email delivery |
|
|
|
|
mail.host = localhost |
|
|
|
|
mail.port = 2525 |
|
|
|
|
mail.default_sender = ordr@example.com |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# By default, the toolbar only appears for clients from IP addresses |
|
|
|
|
# '127.0.0.1' and '::1'. |
|
|
|
|
# debugtoolbar.hosts = 127.0.0.1 ::1 |
|
|
|
|
|
|
|
|
|
[pshell] |
|
|
|
|
setup = ordr3.pshell.setup |
|
|
|
|
|