diff production.ini @ 7:8a2ddd2d6b4e

changed port
author Marcin Kuzminski
date Thu, 18 Feb 2010 14:52:59 +0100
parents 93e77815872e
children 525ed90e4577
line wrap: on
line diff
--- a/production.ini	Thu Feb 18 14:51:26 2010 +0100
+++ b/production.ini	Thu Feb 18 14:52:59 2010 +0100
@@ -14,7 +14,7 @@
 [server:main]
 use = egg:Paste#http
 host = 127.0.0.1
-port = 5000
+port = 8001
 
 [app:main]
 use = egg:pylons_app