Commit bd72a68b authored by 杨翌文's avatar 杨翌文

订单

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