summaryrefslogtreecommitdiff
path: root/docs/quick_tour/package/development.ini
diff options
context:
space:
mode:
Diffstat (limited to 'docs/quick_tour/package/development.ini')
-rw-r--r--docs/quick_tour/package/development.ini8
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/quick_tour/package/development.ini b/docs/quick_tour/package/development.ini
index 20f9817a9..b0210cbad 100644
--- a/docs/quick_tour/package/development.ini
+++ b/docs/quick_tour/package/development.ini
@@ -1,6 +1,6 @@
###
# app configuration
-# http://docs.pylonsproject.org/projects/pyramid/en/1.6-branch/narr/environment.html
+# http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/environment.html
###
[app:main]
@@ -10,7 +10,6 @@ pyramid.reload_templates = true
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
-pyramid.debug_templates = true
pyramid.default_locale_name = en
pyramid.includes =
pyramid_debugtoolbar
@@ -25,12 +24,11 @@ pyramid.includes =
[server:main]
use = egg:waitress#main
-host = 127.0.0.1
-port = 6543
+listen = localhost:6543
###
# logging configuration
-# http://docs.pylonsproject.org/projects/pyramid/en/1.6-branch/narr/logging.html
+# http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/logging.html
###
[loggers]