summaryrefslogtreecommitdiff
path: root/docs/quick_tour/package/development.ini
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-12-25 02:17:19 -0800
committerSteve Piercy <web@stevepiercy.com>2016-12-25 02:17:19 -0800
commit54d9ddcd335d45662ca2ec2839574085318e8704 (patch)
treec037abd5eb3d2f4c849b975c641e8575c01bd650 /docs/quick_tour/package/development.ini
parent2cd1eab15a3777cbc81c2d365f21a98c29c9ed86 (diff)
downloadpyramid-54d9ddcd335d45662ca2ec2839574085318e8704.tar.gz
pyramid-54d9ddcd335d45662ca2ec2839574085318e8704.tar.bz2
pyramid-54d9ddcd335d45662ca2ec2839574085318e8704.zip
quick_tour - Configuration with ``.ini`` files section cookiecutter updates
- src files - update numbered list for new listen configuration for waitress - fix reference to app, not server - reorder numbered list to align with configuration order
Diffstat (limited to 'docs/quick_tour/package/development.ini')
-rw-r--r--docs/quick_tour/package/development.ini5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/quick_tour/package/development.ini b/docs/quick_tour/package/development.ini
index d00368686..1f19e373d 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
@@ -29,7 +28,7 @@ listen = 127.0.0.1:6543 [::1]: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]