Commit a0b37ec6 by John Jarvis

more xml cleanup

parent d07d4776
......@@ -213,16 +213,6 @@ lms_auth_config:
lms_env_config:
<<: *edxapp_generic_env
lms_xml_auth_config:
<<: *edxapp_generic_auth
MODULESTORE:
default:
ENGINE: 'xmodule.modulestore.xml.XMLModuleStore'
OPTIONS:
data_dir: '/opt/wwc/data'
default_class: 'xmodule.hidden_module.HiddenDescriptor'
lms_xml_env_config:
<<: *edxapp_generic_env
cms_auth_config:
<<: *edxapp_generic_auth
cms_env_config:
......@@ -242,19 +232,16 @@ edx_platform_code_dir: "{{ app_base_dir }}/edx-platform"
# to serve all content on port 80
lms_xml_nginx_port: 18030
lms_nginx_port: 80
lms_preview_nginx_port: 18020
cms_nginx_port: 18010
edxapp_cms_app_port: 8010
edxapp_lms_app_port: 8000
edxapp_lms_xml_app_port: 8030
edxapp_lms_preview_app_port: 8020
edxapp_cms_app_address: 127.0.0.1
edxapp_lms_app_address: 127.0.0.1
edxapp_lms_xml_app_address: 127.0.0.1
edxapp_lms_preview_app_address: 127.0.0.1
# These vars are for creating the application json config
......@@ -275,7 +262,6 @@ edxapp_lms_env: 'lms.envs.aws'
worker_core_mult:
lms: 4
lms_preview: 2
lms_xml: 2
cms: 2
#Theming
......
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