From 1bf417e4c1b2865f44357a61ca16fadde310077e Mon Sep 17 00:00:00 2001
From: Martin <martin.frlin@gmail.com>
Date: Tue, 06 Dec 2016 10:49:38 +0100
Subject: [PATCH] Changed 'host' and 'port' configuration to a new 'listen' style that is now supported by waitress server.

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

diff --git a/docs/quick_tutorial/views/development.ini b/docs/quick_tutorial/views/development.ini
index 52b2a3a..c4b1b3c 100644
--- a/docs/quick_tutorial/views/development.ini
+++ b/docs/quick_tutorial/views/development.ini
@@ -5,5 +5,4 @@
 
 [server:main]
 use = egg:pyramid#wsgiref
-host = 0.0.0.0
-port = 6543
+listen = 0.0.0.0:6543

--
Gitblit v1.9.3