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
96449dcb
Commit
96449dcb
authored
Aug 14, 2013
by
Jason Bau
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #212 from edx/jbau-fix-hash-merge-conflicts
fix some weird bugs in lms_auth hash merge conflict
parents
b9d6e2ec
b142ac43
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
8 deletions
+13
-8
playbooks/roles/edxapp/vars/main.yml
+13
-8
No files found.
playbooks/roles/edxapp/vars/main.yml
View file @
96449dcb
...
...
@@ -35,7 +35,7 @@ edxapp_generic_auth_config: &edxapp_generic_auth
'
MODULESTORE'
:
'
default'
:
'
ENGINE'
:
'
xmodule.modulestore.mongo.DraftMongoModuleStore'
'
OPTIONS'
:
&
lms
_modulestore_default_options
'
OPTIONS'
:
&
generic
_modulestore_default_options
'
collection'
:
'
modulestore'
'
db'
:
'
edxapp'
'
default_class'
:
'
xmodule.hidden_module.HiddenDescriptor'
...
...
@@ -48,7 +48,7 @@ edxapp_generic_auth_config: &edxapp_generic_auth
# Needed for the CMS to be able to run update_templates
'
direct'
:
'
ENGINE'
:
'
xmodule.modulestore.mongo.MongoModuleStore'
'
OPTIONS'
:
*
lms
_modulestore_default_options
'
OPTIONS'
:
*
generic
_modulestore_default_options
'
DATABASES'
:
'
default'
:
'
ENGINE'
:
'
django.db.backends.mysql'
...
...
@@ -96,23 +96,23 @@ generic_env_config: &edxapp_generic_env
'
ANALYTICS_SERVER_URL'
:
'
'
'
EEDBACK_SUBMISSION_EMAIL'
:
'
'
'
TIME_ZONE'
:
'
America/New_York'
'
CACHES'
:
&lms_caches
'
default'
:
&default_
lms
_cache
'
CACHES'
:
'
default'
:
&default_
generic
_cache
'
BACKEND'
:
'
django.core.cache.backends.memcached.MemcachedCache'
'
KEY_FUNCTION'
:
'
util.memcache.safe_key'
'
KEY_PREFIX'
:
'
sandbox_default'
'
LOCATION'
:
[
'
localhost:11211'
]
'
general'
:
<<
:
*default_
lms
_cache
<<
:
*default_
generic
_cache
'
KEY_PREFIX'
:
'
sandbox_general'
'
mongo_metadata_inheritance'
:
<<
:
*default_
lms
_cache
<<
:
*default_
generic
_cache
'
KEY_PREFIX'
:
'
integration_mongo_metadata_inheritance'
'
staticfiles'
:
<<
:
*default_
lms
_cache
<<
:
*default_
generic
_cache
'
KEY_PREFIX'
:
'
integration_static_files'
'
celery'
:
<<
:
*default_
lms
_cache
<<
:
*default_
generic
_cache
'
KEY_PREFIX'
:
'
integration_celery'
'
CELERY_BROKER_TRANSPORT'
:
'
amqp'
'
CELERY_BROKER_HOSTNAME'
:
'
'
...
...
@@ -127,6 +127,11 @@ generic_env_config: &edxapp_generic_env
'
REALTIME'
:
3
lms_auth_config
:
<<
:
*edxapp_generic_auth
'
MODULESTORE'
:
'
default'
:
'
ENGINE'
:
'
xmodule.modulestore.mongo.MongoModuleStore'
'
OPTIONS'
:
*generic_modulestore_default_options
lms_env_config
:
<<
:
*edxapp_generic_env
lms_xml_auth_config
:
...
...
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