summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/authentication
diff options
context:
space:
mode:
Diffstat (limited to 'docs/quick_tutorial/authentication')
-rw-r--r--docs/quick_tutorial/authentication/development.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/quick_tutorial/authentication/development.ini b/docs/quick_tutorial/authentication/development.ini
index cbf694b2c..8a39b2fe7 100644
--- a/docs/quick_tutorial/authentication/development.ini
+++ b/docs/quick_tutorial/authentication/development.ini
@@ -7,4 +7,5 @@ tutorial.secret = 98zd
[server:main]
use = egg:pyramid#wsgiref
-listen = 0.0.0.0:6543
+host = 0.0.0.0
+port = 6543