Commit 65bab88d authored by sokolov's avatar sokolov
Browse files

FRNT-65 исправление

parent 65302ff8
Showing with 2 additions and 0 deletions
+2 -0
......@@ -23,6 +23,7 @@
"session_storage_params": {
"timeout_min": "1440",
"secret": "NFIueiur#348yfwb9nm0ufbw;j=ughfd",
"domain": "cdek.ru",
"redis": {
"host": "192.168.1.223",
......
......@@ -17,6 +17,7 @@ module.exports = function (app) {
cookie: {
path: '/',
httpOnly: true,
domain: app_config['session_storage_params'].domain,
maxAge: 1000 * 60 * parseInt(app_config['session_storage_params'].timeout_min)
},
rolling: true,
......
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