diff options
| author | Martin <martin.frlin@gmail.com> | 2016-12-09 12:46:33 +0100 |
|---|---|---|
| committer | Martin <martin.frlin@gmail.com> | 2016-12-09 12:46:33 +0100 |
| commit | fb17a37442224961e4bd3d797945d130221acfb9 (patch) | |
| tree | 2587c3af710ff854e443051196528840ed24d76a /docs/quick_tour/package | |
| parent | 3588e811df0efe16642fee427a2988af9f4e4b6e (diff) | |
| download | pyramid-fb17a37442224961e4bd3d797945d130221acfb9.tar.gz pyramid-fb17a37442224961e4bd3d797945d130221acfb9.tar.bz2 pyramid-fb17a37442224961e4bd3d797945d130221acfb9.zip | |
Added configuration for ipv6 in .ini files.
Diffstat (limited to 'docs/quick_tour/package')
| -rw-r--r-- | docs/quick_tour/package/development.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tour/package/development.ini b/docs/quick_tour/package/development.ini index 05571183d..d00368686 100644 --- a/docs/quick_tour/package/development.ini +++ b/docs/quick_tour/package/development.ini @@ -25,7 +25,7 @@ pyramid.includes = [server:main] use = egg:waitress#main -listen = 127.0.0.1:6543 +listen = 127.0.0.1:6543 [::1]:6543 ### # logging configuration |
