Skip to content

Commit

Permalink
fix: use a multitenant compatible index prefix by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Nov 15, 2024
1 parent 934b44a commit 6b98e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutor_meili/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"defaults": {
"VERSION": __version__,
# use an index prefix to segregate data if you have multiple Open edX instances sharing one Meilisearch instance
"INDEX_PREFIX": "tutor_",
"INDEX_PREFIX": "openedx_{{K8S_NAMESPACE}}_",
"PUBLIC_HOST": "meilisearch.{{ LMS_HOST }}",
"DOCKER_IMAGE": "docker.io/getmeili/meilisearch:v1.8",
"RUN": False,
Expand Down

0 comments on commit 6b98e6f

Please sign in to comment.