Authored by uedxwg

config update

... ... @@ -11,14 +11,14 @@ var env = process.env.NODE_ENV || 'development';
var config = {
'development':{
redis:null,
domain:'http://192.168.102.202:8081/platform'
domain:'http://192.168.102.215:8080/platform'
},
'test': {
redis: {
port:6379,
host:'localhost'
},
domain:'http://192.168.102.215:8080/platform'
domain:'http://192.168.102.202:8081/platform'
},
'preview': {
redis: {
... ...