Browse Source

had to iptables and open up another port

windhamdavid 8 years ago
parent
commit
0462f50aad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app.js

+ 1 - 1
app.js

@@ -1,7 +1,7 @@
 /*global require:true, __dirname:true */
 
 var conf = {
-    port: 8888,
+    port: 8881,
     debug: false,
     dbPort: 6379,
     dbHost: '127.0.0.1',