diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-12-06 04:24:04 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-06 04:24:04 -0800 |
| commit | 7ab666e3e2539662ff3324a4bdedbca3c8f8040a (patch) | |
| tree | b34855b833113681b8ce7ba1001d1a2a8a089775 /docs/quick_tutorial/functional_testing/development.ini | |
| parent | fedfacf0bd1cbefbe922618d4df93917465f1307 (diff) | |
| parent | 0705eeaa820b32a4c3f2a05df21e99077586cf5e (diff) | |
| download | pyramid-7ab666e3e2539662ff3324a4bdedbca3c8f8040a.tar.gz pyramid-7ab666e3e2539662ff3324a4bdedbca3c8f8040a.tar.bz2 pyramid-7ab666e3e2539662ff3324a4bdedbca3c8f8040a.zip | |
Merge pull request #2847 from mfrlin/issue-2656
Changed 'host' and 'port' configuration to a new 'listen' style that …
Diffstat (limited to 'docs/quick_tutorial/functional_testing/development.ini')
| -rw-r--r-- | docs/quick_tutorial/functional_testing/development.ini | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/quick_tutorial/functional_testing/development.ini b/docs/quick_tutorial/functional_testing/development.ini index 52b2a3a41..c4b1b3c1d 100644 --- a/docs/quick_tutorial/functional_testing/development.ini +++ b/docs/quick_tutorial/functional_testing/development.ini @@ -5,5 +5,4 @@ pyramid.includes = [server:main] use = egg:pyramid#wsgiref -host = 0.0.0.0 -port = 6543 +listen = 0.0.0.0:6543 |
