Commit 027e5311 by Kevin Falcone

Merge pull request #1976 from edx/jibsheet/parse_authentication

Add Parse.com credentials for the CMS
parents a3e180fe d96ea25c
...@@ -479,6 +479,8 @@ EDXAPP_PROFILE_IMAGE_SECRET_KEY: placeholder_secret_key ...@@ -479,6 +479,8 @@ EDXAPP_PROFILE_IMAGE_SECRET_KEY: placeholder_secret_key
EDXAPP_PROFILE_IMAGE_MAX_BYTES: 1048576 EDXAPP_PROFILE_IMAGE_MAX_BYTES: 1048576
EDXAPP_PROFILE_IMAGE_MIN_BYTES: 100 EDXAPP_PROFILE_IMAGE_MIN_BYTES: 100
EDXAPP_PARSE_KEYS: {}
#-------- Everything below this line is internal to the role ------------ #-------- Everything below this line is internal to the role ------------
#Use YAML references (& and *) and hash merge <<: to factor out shared settings #Use YAML references (& and *) and hash merge <<: to factor out shared settings
...@@ -841,6 +843,7 @@ cms_auth_config: ...@@ -841,6 +843,7 @@ cms_auth_config:
- *edxapp_generic_draft_modulestore - *edxapp_generic_draft_modulestore
# Commented for now so that it can be tested first: LMS-11258 # Commented for now so that it can be tested first: LMS-11258
# - *edxapp_generic_xml_modulestore # - *edxapp_generic_xml_modulestore
PARSE_KEYS: "{{ EDXAPP_PARSE_KEYS }}"
cms_env_config: cms_env_config:
<<: *edxapp_generic_env <<: *edxapp_generic_env
SITE_NAME: "{{ EDXAPP_CMS_SITE_NAME }}" SITE_NAME: "{{ EDXAPP_CMS_SITE_NAME }}"
......
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