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.

---
 pyramid/scaffolds/zodb/development.ini_tmpl |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/pyramid/scaffolds/zodb/development.ini_tmpl b/pyramid/scaffolds/zodb/development.ini_tmpl
index a44b616..3f5c371 100644
--- a/pyramid/scaffolds/zodb/development.ini_tmpl
+++ b/pyramid/scaffolds/zodb/development.ini_tmpl
@@ -29,8 +29,7 @@
 
 [server:main]
 use = egg:waitress#main
-host = 127.0.0.1
-port = 6543
+listen = 127.0.0.1:6543
 
 ###
 # logging configuration

--
Gitblit v1.9.3