From 920997cc2014433c662ed8d0e3a67e3bc31c079b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Thu, 9 Aug 2018 15:24:38 +0200 Subject: [PATCH] Fix forum access error Access url to forums was not configured. Closes #47. --- config/openedx/templates/lms.env.json.templ | 1 + 1 file changed, 1 insertion(+) diff --git a/config/openedx/templates/lms.env.json.templ b/config/openedx/templates/lms.env.json.templ index 42e8ac1..f08fc27 100644 --- a/config/openedx/templates/lms.env.json.templ +++ b/config/openedx/templates/lms.env.json.templ @@ -14,6 +14,7 @@ "LMS_BASE": "${LMS_HOST}", "CELERY_BROKER_HOSTNAME": "rabbitmq", "CELERY_BROKER_TRANSPORT": "amqp", + "COMMENTS_SERVICE_URL": "http://forum:4567", "COMMENTS_SERVICE_KEY": "forumapikey", "MEDIA_ROOT": "/openedx/data/uploads/", "STATIC_ROOT_BASE": "/openedx/data/staticfiles",