diff options
Diffstat (limited to 'docs/quick_tutorial/views/development.ini')
| -rw-r--r-- | docs/quick_tutorial/views/development.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/quick_tutorial/views/development.ini b/docs/quick_tutorial/views/development.ini index c4b1b3c1d..52b2a3a41 100644 --- a/docs/quick_tutorial/views/development.ini +++ b/docs/quick_tutorial/views/development.ini @@ -5,4 +5,5 @@ pyramid.includes = [server:main] use = egg:pyramid#wsgiref -listen = 0.0.0.0:6543 +host = 0.0.0.0 +port = 6543 |
