diff options
Diffstat (limited to 'docs/narr/MyProject/production.ini')
| -rw-r--r-- | docs/narr/MyProject/production.ini | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/narr/MyProject/production.ini b/docs/narr/MyProject/production.ini index 1174b1cc7..3114b9d4d 100644 --- a/docs/narr/MyProject/production.ini +++ b/docs/narr/MyProject/production.ini @@ -18,8 +18,7 @@ pyramid.default_locale_name = en [server:main] use = egg:waitress#main -host = 0.0.0.0 -port = 6543 +listen = 0.0.0.0:6543 ### # logging configuration |
