diff --git a/production.ini b/production.ini --- a/production.ini +++ b/production.ini @@ -14,7 +14,7 @@ error_email_from = paste_error@localhost [server:main] use = egg:Paste#http host = 127.0.0.1 -port = 5000 +port = 8001 [app:main] use = egg:pylons_app