Authored by weiqingting

端口修改为6379

... ... @@ -89,7 +89,7 @@ var config = {
},
'production': {
redis: {
port: 16379,
port: 6379,
host: 'localhost'
},
apiKey: 'sd4H1ecAqlp',
... ...