Commit 1b0bcaaa authored by strong's avatar strong

调整沙箱环境session命名配置

parent df26d4a0
......@@ -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: 18000
}),
......
test
\ No newline at end of file
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