Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CDEK Development
transport-schema-front
Commits
65bab88d
Commit
65bab88d
authored
8 years ago
by
sokolov
Browse files
Options
Download
Email Patches
Plain Diff
FRNT-65 исправление
parent
65302ff8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
node-server.json
+1
-0
node-server.json
preback/session_redis.js
+1
-0
preback/session_redis.js
with
2 additions
and
0 deletions
+2
-0
node-server.json
View file @
65bab88d
...
...
@@ -23,6 +23,7 @@
"session_storage_params"
:
{
"timeout_min"
:
"1440"
,
"secret"
:
"NFIueiur#348yfwb9nm0ufbw;j=ughfd"
,
"domain"
:
"cdek.ru"
,
"redis"
:
{
"host"
:
"192.168.1.223"
,
...
...
This diff is collapsed.
Click to expand it.
preback/session_redis.js
View file @
65bab88d
...
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help