# HG changeset patch # User Marcin Kuzminski # Date 2010-02-18 13:52:59 # Node ID 8a2ddd2d6b4e76395a78eadc9bd8400e987f180a # Parent 2620dac853adedaffef20b8ee5d9073889a196ec changed port 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