Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
31388007
Commit
31388007
authored
Oct 12, 2015
by
Kevin Falcone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow overriding of the django SESSION_COOKIE_SECURE setting
https://django.readthedocs.org/en/1.4/ref/settings.html
parent
0d1dabbe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
playbooks/roles/edxapp/defaults/main.yml
+3
-0
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
31388007
...
...
@@ -543,6 +543,8 @@ EDXAPP_SOCIAL_AUTH_SAML_SP_PUBLIC_CERT: ''
# Only set this to true for client side profiling, never for production
EDXAPP_SESSION_SAVE_EVERY_REQUEST
:
false
EDXAPP_SESSION_COOKIE_SECURE
:
false
#-------- Everything below this line is internal to the role ------------
#Use YAML references (& and *) and hash merge <<: to factor out shared settings
...
...
@@ -841,6 +843,7 @@ generic_env_config: &edxapp_generic_env
EDXMKTG_USER_INFO_COOKIE_NAME
:
"
{{
EDXAPP_EDXMKTG_USER_INFO_COOKIE_NAME
}}"
COMP_THEME_DIR
:
"
{{
EDXAPP_COMP_THEME_DIR
}}"
SESSION_SAVE_EVERY_REQUEST
:
"
{{
EDXAPP_SESSION_SAVE_EVERY_REQUEST
}}"
SESSION_COOKIE_SECURE
:
"
{{
EDXAPP_SESSION_COOKIE_SECURE
}}"
lms_auth_config
:
<<
:
*edxapp_generic_auth
...
...
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