Example Open edX lms.env.json

By |2018-10-19T17:18:11-06:00October 15th, 2017|Categories: Open edX|

This is a sample configuration file for a hypothetical organization named Surf School. And no, there is not an Xblock to simulate surfing! This sample demonstrates which URLs you should, and should not modify when setting your fully-qualified domain name. You can also use this file as a reference to better understand which parameters should

Example Open edX cms.env.json

By |2018-10-19T17:22:54-06:00October 15th, 2017|Categories: Open edX|

{ "ACTIVATION_EMAIL_SUPPORT_LINK": "", "AFFILIATE_COOKIE_NAME": "dev_affiliate_id", "ALTERNATE_WORKER_QUEUES": "lms", "ANALYTICS_DASHBOARD_NAME": "Surf School Insights", "ANALYTICS_DASHBOARD_URL": "https://www.surfschool.edu:18110/courses", "AWS_SES_REGION_ENDPOINT": "email.us-east-1.amazonaws.com", "AWS_SES_REGION_NAME": "us-east-1", "BASE_COOKIE_DOMAIN": "studio.surfschool.edu", "BLOCK_STRUCTURES_SETTINGS": { "COURSE_PUBLISH_TASK_DELAY": 30, "TASK_DEFAULT_RETRY_DELAY": 30, "TASK_MAX_RETRIES": 5 }, "BUGS_EMAIL": "surfschool@gmail.com", "BULK_EMAIL_DEFAULT_FROM_EMAIL": "surfschool@gmail.com", "BULK_EMAIL_EMAILS_PER_TASK": 500, "BULK_EMAIL_LOG_SENT_EMAILS": false, "CACHES": { "celery": { "BACKEND": "django.core.cache.backends.memcached.MemcachedCache", "KEY_FUNCTION": "util.memcache.safe_key", "KEY_PREFIX": "celery", "LOCATION": [ "localhost:11211" ], "TIMEOUT": "7200" }, "configuration": {

Go to Top