From 988c1f789faf9662abead1e1be40969be37867a8 Mon Sep 17 00:00:00 2001
From: Bert JW Regeer <xistence@0x58.com>
Date: Wed, 07 Dec 2016 01:00:56 +0100
Subject: [PATCH] Revert "Changed 'host' and 'port' configuration to a new 'listen' style that …"

---
 docs/quick_tutorial/ini/development.ini |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/docs/quick_tutorial/ini/development.ini b/docs/quick_tutorial/ini/development.ini
index 14dfcd3..8853e2c 100644
--- a/docs/quick_tutorial/ini/development.ini
+++ b/docs/quick_tutorial/ini/development.ini
@@ -3,4 +3,5 @@
 
 [server:main]
 use = egg:pyramid#wsgiref
-listen = 0.0.0.0:6543
+host = 0.0.0.0
+port = 6543

--
Gitblit v1.9.3