Commit 0d1dabbe by Arbab Nazar

Merge pull request #2335 from edx/arbab/devops-3050

DEVOPS-3050 MAILCHIMP_NEW_USER_LIST_ID settings
parents 9cca2827 48e9102c
......@@ -477,6 +477,9 @@ EDXAPP_ECOMMERCE_PUBLIC_URL_ROOT: "http://localhost:8002"
EDXAPP_ECOMMERCE_API_URL: "http://localhost:8002/api/v2"
EDXAPP_ECOMMERCE_API_SIGNING_KEY: 'SET-ME-PLEASE'
# Mailchimp Settings
EDXAPP_MAILCHIMP_NEW_USER_LIST_ID: null
#To use AWS S3 as your backend, you need different kwargs:
# EDXAPP_PROFILE_IMAGE_BACKEND_CONFIG:
# class: storages.backends.s3boto.S3BotoStorage
......@@ -908,6 +911,7 @@ lms_env_config:
PROCTORING_SETTINGS: "{{ EDXAPP_PROCTORING_SETTINGS }}"
CREDIT_HELP_LINK_URL: "{{ EDXAPP_CREDIT_HELP_LINK_URL }}"
ELASTIC_SEARCH_CONFIG: "{{ EDXAPP_ELASTIC_SEARCH_CONFIG }}"
MAILCHIMP_NEW_USER_LIST_ID: "{{ EDXAPP_MAILCHIMP_NEW_USER_LIST_ID }}"
cms_auth_config:
<<: *edxapp_generic_auth
......
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