From 1cabf0e8362a9a5d002efc4f6178d98f4daf2cc4 Mon Sep 17 00:00:00 2001 From: Simon Tokumine Date: Tue, 6 Sep 2011 17:38:36 +0100 Subject: [PATCH] update port --- config/environments/development.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/development.js b/config/environments/development.js index 299b839b..a0fd7e97 100644 --- a/config/environments/development.js +++ b/config/environments/development.js @@ -4,4 +4,4 @@ module.exports.redis = {host: '127.0.0.1', port: 6379, idleTimeoutMillis: 1, reapIntervalMillis: 1}; -module.exports.windshaft_port = 8080; \ No newline at end of file +module.exports.windshaft_port = 8181; \ No newline at end of file