Commit 9f59740a authored by 陈志良's avatar 陈志良

SANDBOX-init

parent 5d141c90
......@@ -33,7 +33,7 @@ var config = {
}
},
test: {
sandbox: {
root: rootPath,
app: {
name: 'pisns-forum-api'
......@@ -55,7 +55,7 @@ var config = {
devCDNURL: 'http://dev.fs.wxpai.cn/'
},
sessionStore: {
password: '',
password: 'future123456',
port: 6379,
host: '10.161.177.181',
db: 2
......
......@@ -36,7 +36,7 @@ module.exports = function(app, config) {
store: new redisStore({
host:config.sessionStore.host,
port:config.sessionStore.port,
prefix:'node-session-',
prefix:'sandbox-session-',
pass : config.sessionStore.password,
ttl: 86400
}),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment