Commit 25002b3e authored by 陈志良's avatar 陈志良

1

parent f8dc1f5a
......@@ -36,7 +36,7 @@ module.exports = function(app, config) {
store: new redisStore({
host:config.sessionStore.host,
port:config.sessionStore.port,
prefix:'sandbox-session-',
prefix:'node-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