diff options
| author | Martin <martin.frlin@gmail.com> | 2016-12-06 10:43:22 +0100 |
|---|---|---|
| committer | Martin <martin.frlin@gmail.com> | 2016-12-06 10:49:38 +0100 |
| commit | 1bf417e4c1b2865f44357a61ca16fadde310077e (patch) | |
| tree | e7d90f46e5e1a35029912eb691a9d62d7a78bdac /docs/tutorials/wiki2/src/authentication/development.ini | |
| parent | 968bebc0d1cbb6d85eb446b41c0f4560383c3022 (diff) | |
| download | pyramid-1bf417e4c1b2865f44357a61ca16fadde310077e.tar.gz pyramid-1bf417e4c1b2865f44357a61ca16fadde310077e.tar.bz2 pyramid-1bf417e4c1b2865f44357a61ca16fadde310077e.zip | |
Changed 'host' and 'port' configuration to a new 'listen' style that is now supported by waitress server.
Diffstat (limited to 'docs/tutorials/wiki2/src/authentication/development.ini')
| -rw-r--r-- | docs/tutorials/wiki2/src/authentication/development.ini | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/tutorials/wiki2/src/authentication/development.ini b/docs/tutorials/wiki2/src/authentication/development.ini index 4a6c9325c..89ee6388b 100644 --- a/docs/tutorials/wiki2/src/authentication/development.ini +++ b/docs/tutorials/wiki2/src/authentication/development.ini @@ -29,8 +29,7 @@ auth.secret = seekrit [server:main] use = egg:waitress#main -host = 127.0.0.1 -port = 6543 +list = 127.0.0.1:6543 ### # logging configuration |
