Commit c5fdfca6 by John Jarvis Committed by Edward Zarecor

adding override for OAUTH_ENFORCE_SECURE

parent 8a0a0725
......@@ -363,6 +363,7 @@ EDXAPP_CELERY_WORKERS:
concurrency: 2
EDXAPP_DEFAULT_CACHE_VERSION: "1"
EDXAPP_OAUTH_ENFORCE_SECURE: True
#-------- Everything below this line is internal to the role ------------
......@@ -651,6 +652,7 @@ lms_auth_config:
lms_env_config:
<<: *edxapp_generic_env
OAUTH_ENFORCE_SECURE: $EDXAPP_OAUTH_ENFORCE_SECURE
PAID_COURSE_REGISTRATION_CURRENCY: $EDXAPP_PAID_COURSE_REGISTRATION_CURRENCY
SITE_NAME: "{{ EDXAPP_LMS_SITE_NAME }}"
VIDEO_CDN_URL: "{{ EDXAPP_VIDEO_CDN_URLS }}"
......
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