summaryrefslogtreecommitdiff
path: root/docs/quick_tour/sqla_demo/development.ini
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2015-11-10 03:05:33 -0800
committerSteve Piercy <web@stevepiercy.com>2015-11-10 03:05:33 -0800
commitc4c37a63c48bb86712da61984fc56258b9a64ff1 (patch)
treeb6253bee7150712f882db039b9a7dcc04e4605c5 /docs/quick_tour/sqla_demo/development.ini
parentbb38205e27165f1af19600a64eef702372cbb7a7 (diff)
downloadpyramid-c4c37a63c48bb86712da61984fc56258b9a64ff1.tar.gz
pyramid-c4c37a63c48bb86712da61984fc56258b9a64ff1.tar.bz2
pyramid-c4c37a63c48bb86712da61984fc56258b9a64ff1.zip
- update files at project root
Diffstat (limited to 'docs/quick_tour/sqla_demo/development.ini')
-rw-r--r--docs/quick_tour/sqla_demo/development.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/quick_tour/sqla_demo/development.ini b/docs/quick_tour/sqla_demo/development.ini
index 174468abf..0db0950a0 100644
--- a/docs/quick_tour/sqla_demo/development.ini
+++ b/docs/quick_tour/sqla_demo/development.ini
@@ -27,7 +27,7 @@ sqlalchemy.url = sqlite:///%(here)s/sqla_demo.sqlite
[server:main]
use = egg:waitress#main
-host = 0.0.0.0
+host = 127.0.0.1
port = 6543
###
@@ -68,4 +68,4 @@ level = NOTSET
formatter = generic
[formatter_generic]
-format = %(asctime)s %(levelname)-5.5s [%(name)s][%(threadName)s] %(message)s
+format = %(asctime)s %(levelname)-5.5s [%(name)s:%(lineno)s][%(threadName)s] %(message)s