summaryrefslogtreecommitdiff
path: root/docs/narr/MyProject/production.ini
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/MyProject/production.ini')
-rw-r--r--docs/narr/MyProject/production.ini15
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/narr/MyProject/production.ini b/docs/narr/MyProject/production.ini
index 7a5674d23..0a2154b15 100644
--- a/docs/narr/MyProject/production.ini
+++ b/docs/narr/MyProject/production.ini
@@ -8,23 +8,8 @@ pyramid.debug_routematch = false
pyramid.debug_templates = false
pyramid.default_locale_name = en
-[filter:weberror]
-use = egg:WebError#error_catcher
-debug = false
-;error_log =
-;show_exceptions_in_wsgi_errors = true
-;smtp_server = localhost
-;error_email = janitor@example.com
-;smtp_username = janitor
-;smtp_password = "janitor's password"
-;from_address = paste@localhost
-;error_subject_prefix = "Pyramid Error"
-;smtp_use_tls =
-;error_message =
-
[pipeline:main]
pipeline =
- weberror
MyProject
[server:main]