|
|
|
@ -12,18 +12,33 @@ pyramid.debug_notfound = false
@@ -12,18 +12,33 @@ pyramid.debug_notfound = false
|
|
|
|
|
pyramid.debug_routematch = false |
|
|
|
|
pyramid.default_locale_name = en |
|
|
|
|
pyramid.includes = |
|
|
|
|
pyramid_mailer.debug |
|
|
|
|
pyramid_debugtoolbar |
|
|
|
|
pyramid_jinja2 |
|
|
|
|
|
|
|
|
|
sqlalchemy.url = sqlite:///%(here)s/ordr2.sqlite |
|
|
|
|
passlib.config = %(here)s/passlib.ini |
|
|
|
|
|
|
|
|
|
# automatic CSRF token validation on each POST resquest |
|
|
|
|
session.auto_csrf = true |
|
|
|
|
|
|
|
|
|
# cache duration in seconds for static pages |
|
|
|
|
static_views.cache_max_age = 0 |
|
|
|
|
|
|
|
|
|
# change these |
|
|
|
|
# secrets for session and authentication |
|
|
|
|
# CHANGE IN PRODUCTION! |
|
|
|
|
auth.secret = Change Me! |
|
|
|
|
session.secret = 4d72ee16df8cf1238048ade32e3ce4d51757af8ada4a962cfae5cea5c08421a0 |
|
|
|
|
|
|
|
|
|
# time a user token is valid (in minutes) |
|
|
|
|
token_expiry.change_email = 120 |
|
|
|
|
token_expiry.reset_password = 120 |
|
|
|
|
token_expiry.user_registration = 120 |
|
|
|
|
|
|
|
|
|
# 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'. |
|
|
|
|