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/narr/MyProject/production.ini |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/docs/narr/MyProject/production.ini b/docs/narr/MyProject/production.ini
index 3114b9d..1174b1c 100644
--- a/docs/narr/MyProject/production.ini
+++ b/docs/narr/MyProject/production.ini
@@ -18,7 +18,8 @@
 
 [server:main]
 use = egg:waitress#main
-listen = 0.0.0.0:6543
+host = 0.0.0.0
+port = 6543
 
 ###
 # logging configuration

--
Gitblit v1.9.3