Browse Source

update apiKey for live meilisearch service.

stable
Craig Oates 1 year ago
parent
commit
ada40dec58
  1. 2
      static/js/full-search.js
  2. 2
      static/js/quick-search.js

2
static/js/full-search.js

@ -28,7 +28,7 @@ if (location.hostname === "localhost"
|| location.hostname === "127.0.0.1") {
apiKey= "meilisearch-beta-key";
} else {
apiKey = "meilisearch-production-key-nera";
apiKey = "meilisearch-key";
}
const search = instantsearch({

2
static/js/quick-search.js

@ -23,7 +23,7 @@ if (location.hostname === "localhost"
|| location.hostname === "beta.nera.com") {
apiKey= "meilisearch-beta-key";
} else {
apiKey = "meilisearch-production-key-26-07-2022";
apiKey = "meilisearch-key";
}
const search = instantsearch({

Loading…
Cancel
Save