sampleapp/development.ini
changeset 11490 addf68740dbb
parent 11483 7b7ed56bf2fb
child 11492 b0b8942cdb80
--- a/sampleapp/development.ini	Tue Jul 15 18:25:48 2014 +0200
+++ b/sampleapp/development.ini	Tue Jul 22 23:45:11 2014 +0200
@@ -7,9 +7,9 @@
 use = egg:sampleapp
 
 pyramid.reload_templates = true
-pyramid.debug_authorization = false
-pyramid.debug_notfound = false
-pyramid.debug_routematch = false
+pyramid.debug_authorization = true
+pyramid.debug_notfound = true
+pyramid.debug_routematch = true
 pyramid.default_locale_name = en
 pyramid.includes = 
     pyramid_debugtoolbar
@@ -28,7 +28,8 @@
 ###
 
 [server:main]
-use = egg:waitress#main
+#use = egg:waitress#main
+use = egg:pyramid#wsgiref
 host = 0.0.0.0
 port = 8080