Created
May 19, 2018 20:56
-
-
Save ariestiyansyah/d058109cc30b56c513c51e95d9bca71b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"SITE_NAME": "PUPUK KALTIM", | |
"BOOK_URL": "", | |
"LOG_DIR": "/opt/openedx/logs", | |
"LOGGING_ENV": "sandbox", | |
"OAUTH_OIDC_ISSUER": "http://localhost:8000/oauth2", | |
"PLATFORM_NAME": "PUPUK KALTIM", | |
"FEATURES": { | |
"PREVIEW_LMS_BASE": "localhost:8000" | |
}, | |
"LMS_ROOT_URL": "http://localhost:8000", | |
"CMS_ROOT_URL": "http://localhost:8001", | |
"CMS_BASE": "studio.myopenedx.com", | |
"LMS_BASE": "myopenedx.com", | |
"CELERY_BROKER_HOSTNAME": "localhost", | |
"CELERY_BROKER_TRANSPORT": "amqp", | |
"MEDIA_ROOT": "/opt/openedx/uploads/", | |
"CACHES": { | |
"default": { | |
"KEY_PREFIX": "default", | |
"VERSION": "1", | |
"BACKEND": "django.core.cache.backends.memcached.MemcachedCache", | |
"KEY_FUNCTION": "util.memcache.safe_key", | |
"LOCATION": "localhost:11211" | |
}, | |
"general": { | |
"KEY_PREFIX": "general", | |
"BACKEND": "django.core.cache.backends.memcached.MemcachedCache", | |
"KEY_FUNCTION": "util.memcache.safe_key", | |
"LOCATION": "localhost:11211" | |
}, | |
"mongo_metadata_inheritance": { | |
"KEY_PREFIX": "mongo_metadata_inheritance", | |
"TIMEOUT": 300, | |
"BACKEND": "django.core.cache.backends.memcached.MemcachedCache", | |
"KEY_FUNCTION": "util.memcache.safe_key", | |
"LOCATION": "localhost:11211" | |
}, | |
"staticfiles": { | |
"KEY_PREFIX": "staticfiles_general", | |
"BACKEND": "django.core.cache.backends.memcached.MemcachedCache", | |
"KEY_FUNCTION": "util.memcache.safe_key", | |
"LOCATION": "localhost:11211" | |
}, | |
"configuration": { | |
"KEY_PREFIX": "configuration", | |
"BACKEND": "django.core.cache.backends.memcached.MemcachedCache", | |
"KEY_FUNCTION": "util.memcache.safe_key", | |
"LOCATION": "localhost:11211" | |
}, | |
"celery": { | |
"KEY_PREFIX": "celery", | |
"TIMEOUT": "7200", | |
"BACKEND": "django.core.cache.backends.memcached.MemcachedCache", | |
"KEY_FUNCTION": "util.memcache.safe_key", | |
"LOCATION": "localhost:11211" | |
}, | |
"course_structure_cache": { | |
"KEY_PREFIX": "course_structure", | |
"TIMEOUT": "7200", | |
"BACKEND": "django.core.cache.backends.memcached.MemcachedCache", | |
"KEY_FUNCTION": "util.memcache.safe_key", | |
"LOCATION": "localhost:11211" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment