diff options
| author | Aleph Melo <alephmelo@icloud.com> | 2017-04-16 16:50:45 -0300 |
|---|---|---|
| committer | Aleph Melo <alephmelo@icloud.com> | 2017-04-16 16:50:45 -0300 |
| commit | 6d120e5f740f3b9a3f9ffd52da5c748b2f06cbca (patch) | |
| tree | 56cca8b8f43b2e37f0e2117361b5059ccaa365c5 /docs/tutorials/wiki2/src/authentication/development.ini | |
| parent | 3dd3d06c610250f8c072f44548b9dbe5361f9af6 (diff) | |
| download | pyramid-6d120e5f740f3b9a3f9ffd52da5c748b2f06cbca.tar.gz pyramid-6d120e5f740f3b9a3f9ffd52da5c748b2f06cbca.tar.bz2 pyramid-6d120e5f740f3b9a3f9ffd52da5c748b2f06cbca.zip | |
Fix #2927 - Change to listen = localhost:6543.
Diffstat (limited to 'docs/tutorials/wiki2/src/authentication/development.ini')
| -rw-r--r-- | docs/tutorials/wiki2/src/authentication/development.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/src/authentication/development.ini b/docs/tutorials/wiki2/src/authentication/development.ini index 1e08d1bce..0786c1f66 100644 --- a/docs/tutorials/wiki2/src/authentication/development.ini +++ b/docs/tutorials/wiki2/src/authentication/development.ini @@ -28,7 +28,7 @@ auth.secret = seekrit [server:main] use = egg:waitress#main -listen = 127.0.0.1:6543 [::1]:6543 +listen = localhost:6543 ### # logging configuration |
