diff options
| author | Chris McDonough <chrism@plope.com> | 2012-01-02 20:41:44 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-01-02 20:41:44 -0500 |
| commit | 030d10697cc52a5c26d19818140616a485f63428 (patch) | |
| tree | 24a57f792ace5f1349b090d9ad4ee3657bd0539f /docs/narr/MyProject/development.ini | |
| parent | 2d7d36c7c3d7bd03f18d0cbec411da6bac2b05e2 (diff) | |
| download | pyramid-030d10697cc52a5c26d19818140616a485f63428.tar.gz pyramid-030d10697cc52a5c26d19818140616a485f63428.tar.bz2 pyramid-030d10697cc52a5c26d19818140616a485f63428.zip | |
- Use the ``waitress`` WSGI server instead of ``wsgiref`` in scaffolding.
Diffstat (limited to 'docs/narr/MyProject/development.ini')
| -rw-r--r-- | docs/narr/MyProject/development.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/MyProject/development.ini b/docs/narr/MyProject/development.ini index d61da580f..2ccedb27b 100644 --- a/docs/narr/MyProject/development.ini +++ b/docs/narr/MyProject/development.ini @@ -10,7 +10,7 @@ pyramid.default_locale_name = en pyramid.includes = pyramid_debugtoolbar [server:main] -use = egg:pyramid#wsgiref +use = egg:waitress#main host = 0.0.0.0 port = 6543 |
