Unverified Commit f49b2b79 by Douglas Hall Committed by GitHub

Merge pull request #4305 from edx/douglashall/add_enterprise_reporting_secret

Add ENTERPRISE_REPORTING_SECRET to cms auth settings.
parents ce6fb225 f83f8c93
- Role: edxapp
- Added `ENTERPRISE_REPORTING_SECRET` to CMS auth settings to allow edx-enterprise migrations to run.
- Role: edxapp
- Added `EDXAPP_FERNET_KEYS` to allow for use of django-fernet-keys in LMS.
- Role: edxapp
......
......@@ -1317,6 +1317,7 @@ cms_auth_config:
ADDITIONAL_OPTIONS: "{{ EDXAPP_CONTENTSTORE_ADDITIONAL_OPTS }}"
DOC_STORE_CONFIG: "{{ EDXAPP_CMS_DOC_STORE_CONFIG }}"
DOC_STORE_CONFIG: "{{ EDXAPP_CMS_DOC_STORE_CONFIG }}"
ENTERPRISE_REPORTING_SECRET: "{{ EDXAPP_ENTERPRISE_REPORTING_SECRET }}"
MODULESTORE:
default:
ENGINE: 'xmodule.modulestore.mixed.MixedModuleStore'
......
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