Commit 4fe502a9 by Jay Zoldak

Merge pull request #217 from edx/zoldak/typo-feedback

Fix typo in FEEDBACK_SUBMISSION_EMAIL setting name
parents 5c8fc732 1b6dc83a
......@@ -71,7 +71,7 @@ edxapp_generic_auth_config: &edxapp_generic_auth
'ZENDESK_API_KEY': ''
'CELERY_BROKER_USER': 'celery'
'CELERY_BROKER_PASSWORD': ''
generic_env_config: &edxapp_generic_env
'LMS_BASE': "{{ c_lms_base }}"
'BOOK_URL': ''
......@@ -94,7 +94,7 @@ generic_env_config: &edxapp_generic_env
'LOG_DIR': '/mnt/logs/edx'
'MEDIA_URL': ''
'ANALYTICS_SERVER_URL': ''
'EEDBACK_SUBMISSION_EMAIL': ''
'FEEDBACK_SUBMISSION_EMAIL': ''
'TIME_ZONE': 'America/New_York'
'CACHES':
'default': &default_generic_cache
......@@ -177,10 +177,10 @@ edxapp_lms_preview_app_port: 8020
# files. There are two for each service that uses the
# 'edx-platform' code. Defining them will create the upstart
# job and nginx configuration for the corresponding service.
# It will also enable the corresponding section in the
# It will also enable the corresponding section in the
# 'edxapp' upstart job.
service_variants_enabled:
service_variants_enabled:
- lms
- lms-xml
- cms
......
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