Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
a0b37ec6
Commit
a0b37ec6
authored
Sep 27, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more xml cleanup
parent
d07d4776
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
16 deletions
+0
-16
playbooks/roles/edxapp/defaults/main.yml
+0
-14
playbooks/roles/edxapp/templates/lms-xml.auth.json.j2
+0
-1
playbooks/roles/edxapp/templates/lms-xml.env.json.j2
+0
-1
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
a0b37ec6
...
...
@@ -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
...
...
playbooks/roles/edxapp/templates/lms-xml.auth.json.j2
deleted
100644 → 0
View file @
d07d4776
{{ lms_xml_auth_config | to_nice_json }}
playbooks/roles/edxapp/templates/lms-xml.env.json.j2
deleted
100644 → 0
View file @
d07d4776
{{ lms_xml_env_config | to_nice_json }}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment