summaryrefslogtreecommitdiff
path: root/docs/narr/MyProject/production.ini
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2014-01-21 23:22:50 -0500
committerChris McDonough <chrism@plope.com>2014-01-21 23:22:50 -0500
commitdec681201ec50c261bde022ea09d24f09e3588bd (patch)
treeb3717a84ca3c3001072ef2e4ab759a4574a7324f /docs/narr/MyProject/production.ini
parent5c4318abe647b65869ac6dbb5b57cf1088712061 (diff)
parentdf6065fb1c3724649ac6e75cfcabc273ef6fd0d9 (diff)
downloadpyramid-dec681201ec50c261bde022ea09d24f09e3588bd.tar.gz
pyramid-dec681201ec50c261bde022ea09d24f09e3588bd.tar.bz2
pyramid-dec681201ec50c261bde022ea09d24f09e3588bd.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/narr/MyProject/production.ini')
-rw-r--r--docs/narr/MyProject/production.ini16
1 files changed, 13 insertions, 3 deletions
diff --git a/docs/narr/MyProject/production.ini b/docs/narr/MyProject/production.ini
index 3396125f2..9eae9e03f 100644
--- a/docs/narr/MyProject/production.ini
+++ b/docs/narr/MyProject/production.ini
@@ -1,3 +1,8 @@
+###
+# app configuration
+# http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/environment.html
+###
+
[app:main]
use = egg:MyProject
@@ -7,12 +12,19 @@ pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.default_locale_name = en
+###
+# wsgi server configuration
+###
+
[server:main]
use = egg:waitress#main
host = 0.0.0.0
port = 6543
-# Begin logging configuration
+###
+# logging configuration
+# http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/logging.html
+###
[loggers]
keys = root, myproject
@@ -40,5 +52,3 @@ formatter = generic
[formatter_generic]
format = %(asctime)s %(levelname)-5.5s [%(name)s][%(threadName)s] %(message)s
-
-# End logging configuration