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