mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-06 07:30:40 +00:00
Fix forum access error
Access url to forums was not configured. Closes #47.
This commit is contained in:
parent
ac7fe77280
commit
920997cc20
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user