Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
circlestack
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
895f7d98
authored
6 years ago
by
Szabolcs Gelencser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change cookie store to DB
parent
b5013a47
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
+1
-4
circle/circle/settings/base.py
+1
-4
No files found.
circle/circle/settings/base.py
View file @
895f7d98
...
@@ -532,10 +532,7 @@ STORE_CLIENT_KEY = get_env_variable("STORE_CLIENT_KEY", "")
...
@@ -532,10 +532,7 @@ STORE_CLIENT_KEY = get_env_variable("STORE_CLIENT_KEY", "")
STORE_CLIENT_CERT
=
get_env_variable
(
"STORE_CLIENT_CERT"
,
""
)
STORE_CLIENT_CERT
=
get_env_variable
(
"STORE_CLIENT_CERT"
,
""
)
STORE_URL
=
get_env_variable
(
"STORE_URL"
,
""
)
STORE_URL
=
get_env_variable
(
"STORE_URL"
,
""
)
SESSION_ENGINE
=
'django.contrib.sessions.backends.signed_cookies'
SESSION_ENGINE
=
"django.contrib.sessions.backends.cached_db"
SESSION_COOKIE_HTTPONLY
=
True
SESSION_EXPIRE_AT_BROWSER_CLOSE
=
True
SESSION_COOKIE_SECURE
=
False
# SESSION_TIMEOUT is a method to supersede the token timeout with a shorter
# SESSION_TIMEOUT is a method to supersede the token timeout with a shorter
# horizon session timeout (in seconds). So if your token expires in 60
# horizon session timeout (in seconds). So if your token expires in 60
...
...
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