diff --git a/cms/envs/common.py b/cms/envs/common.py index 5fb8c804bc63..f4a0747331db 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -2953,13 +2953,13 @@ def _should_send_xblock_events(settings): BEAMER_PRODUCT_ID = "" -################### Studio Search (alpha, using Meilisearch) ################### +################### Studio Search (beta), using Meilisearch ################### # Enable Studio search features (powered by Meilisearch) (beta, off by default) MEILISEARCH_ENABLED = False # Meilisearch URL that the python backend can use. Often points to another docker container or k8s service. MEILISEARCH_URL = "http://meilisearch" -# URL that browsers (end users) can user to reach Meilisearch. Should be HTTPS in production. +# URL that browsers (end users) can use to reach Meilisearch. Should be HTTPS in production. MEILISEARCH_PUBLIC_URL = "http://meilisearch.example.com" # To support multi-tenancy, you can prefix all indexes with a common key like "sandbox7-" # and use a restricted tenant token in place of an API key, so that this Open edX instance