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
edx
configuration
Commits
cefa2a0f
Commit
cefa2a0f
authored
Jun 23, 2015
by
Edward Zarecor
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2110 from edx/e0d/separate-cache
E0d/separate cache
parents
222c6b73
ee47f59e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
playbooks/roles/edxapp/defaults/main.yml
+5
-0
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
cefa2a0f
...
...
@@ -84,6 +84,7 @@ EDXAPP_EMAIL_HOST_PASSWORD: ''
EDXAPP_LOG_LEVEL
:
'
INFO'
EDXAPP_MEMCACHE
:
[
'
localhost:11211'
]
EDXAPP_CACHE_COURSE_STRUCTURE_MEMCACHE
:
[
'
localhost:11211'
]
EDXAPP_COMMENTS_SERVICE_URL
:
'
http://localhost:18080'
EDXAPP_COMMENTS_SERVICE_KEY
:
'
password'
...
...
@@ -742,6 +743,10 @@ generic_env_config: &edxapp_generic_env
<<
:
*default_generic_cache
KEY_PREFIX
:
'
celery'
TIMEOUT
:
"
7200"
course_structure_cache
:
<<
:
*default_generic_cache
KEY_PREFIX
:
'
course_structure'
LOCATION
:
"
{{
EDXAPP_CACHE_COURSE_STRUCTURE_MEMCACHE
}}"
CELERY_BROKER_TRANSPORT
:
'
amqp'
CELERY_BROKER_HOSTNAME
:
"
{{
EDXAPP_RABBIT_HOSTNAME
}}"
COMMENTS_SERVICE_URL
:
"
{{
EDXAPP_COMMENTS_SERVICE_URL
}}"
...
...
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