This repository was archived by the owner on Aug 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,10 +7,14 @@ BACKEND_SERVICE_EDX_OAUTH2_PROVIDER_URL: http://127.0.0.1:8000/oauth2
77BACKEND_SERVICE_EDX_OAUTH2_SECRET : analytics_api-backend-service-secret
88CACHES :
99 default :
10- BACKEND : django.core.cache.backends.memcached.MemcachedCache
10+ BACKEND : django.core.cache.backends.memcached.PyMemcacheCache
1111 KEY_PREFIX : analytics_api
1212 LOCATION :
1313 - memcache
14+ OPTIONS :
15+ no_delay : true
16+ ignore_exc : true
17+ use_pooling : true
1418CSRF_COOKIE_SECURE : false
1519DATABASES :
1620 default :
Original file line number Diff line number Diff line change @@ -9,10 +9,14 @@ BACKEND_SERVICE_EDX_OAUTH2_PROVIDER_URL: http://localhost:18000/oauth2
99BACKEND_SERVICE_EDX_OAUTH2_SECRET : discovery-backend-service-secret
1010CACHES :
1111 default :
12- BACKEND : django.core.cache.backends.memcached.MemcachedCache
12+ BACKEND : django.core.cache.backends.memcached.PyMemcacheCache
1313 KEY_PREFIX : discovery
1414 LOCATION :
1515 - edx.devstack.memcached:11211
16+ OPTIONS :
17+ no_delay : true
18+ ignore_exc : true
19+ use_pooling : true
1620CELERY_BROKER_URL : redis://:password@edx.devstack.redis:6379/
1721CORS_ORIGIN_WHITELIST : []
1822CSRF_COOKIE_SECURE : false
Original file line number Diff line number Diff line change @@ -4,10 +4,14 @@ APPLICATION_NAME: Insights
44BACKEND_SERVICE_EDX_OAUTH2_PROVIDER_URL : http://edx.devstack.lms:18000/oauth2
55CACHES :
66 default :
7- BACKEND : django.core.cache.backends.memcached.MemcachedCache
7+ BACKEND : django.core.cache.backends.memcached.PyMemcacheCache
88 KEY_PREFIX : default_env-default_deployment-insights
99 LOCATION :
1010 - edx.devstack.memcached:11211
11+ OPTIONS :
12+ no_delay : true
13+ ignore_exc : true
14+ use_pooling : true
1115CDN_DOMAIN : null
1216CMS_COURSE_SHORTCUT_BASE_URL : http://edx.devstack.lms:18000/course
1317COURSE_API_URL : http://edx.devstack.lms:18000/api/courses/v1/
Original file line number Diff line number Diff line change @@ -4,10 +4,14 @@ BACKEND_SERVICE_EDX_OAUTH2_PROVIDER_URL: http://localhost:18000/oauth2
44BACKEND_SERVICE_EDX_OAUTH2_SECRET : registrar-backend-service-secret
55CACHES :
66 default :
7- BACKEND : django.core.cache.backends.memcached.MemcachedCache
7+ BACKEND : django.core.cache.backends.memcached.PyMemcacheCache
88 KEY_PREFIX : registrar
99 LOCATION :
1010 - edx.devstack.memcached:11211
11+ OPTIONS :
12+ no_delay : true
13+ ignore_exc : true
14+ use_pooling : true
1115CELERY_ALWAYS_EAGER : false
1216CELERY_BROKER_HOSTNAME : ' '
1317CELERY_BROKER_PASSWORD : ' '
You can’t perform that action at this time.
0 commit comments