and since tutor is responsible for the deployment, the forum plugin will be configured with
ELASTICSEARCH_SCHEME (default: "http")
ELASTICSEARCH_HOST (default: "elasticsearch")
ELASTICSEARCH_PORT (default: 9200)
tutor-discovery is also using elastic. What about that?
This plugin will only change the
ELASTIC_SEARCH_CONFIG
for LMS/CMS, but other applications like Forum will use elastic:https://github.com/overhangio/tutor-forum/blob/fee67a8b66ec003967d58618d830f9b4d4ac211d/tutorforum/plugin.py#L27
and since tutor is responsible for the deployment, the forum plugin will be configured with
ELASTICSEARCH_SCHEME
(default: "http")ELASTICSEARCH_HOST
(default: "elasticsearch")ELASTICSEARCH_PORT
(default: 9200)tutor-discovery is also using elastic. What about that?