Skip to content

Commit

Permalink
chore: update meilisearch frontend token (#51)
Browse files Browse the repository at this point in the history
* chore: update meilisearch frontend token

* chore: add docs on how to generate the token
  • Loading branch information
albttx authored Aug 27, 2024
1 parent 8f745fb commit e0be3c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ command = "yarn run download-docs && yarn build && yarn install"
[context.production.environment]
MEILISEARCH_URL = "https://docs-search.gnoteam.com"
MEILISEARCH_INDEX_UID = "production"
MEILISEARCH_API_KEY = "22a22f25327d4bff5be707fa7ee90a731e6b6c8c5a6f13c705dafcce642caafd"
# To generate this token, exec
#curl https://docs-search.gnoteam.com/keys -H "Authorization: Bearer $MEILI_MASTER_KEY"
MEILISEARCH_API_KEY = "6d7b970053413ade30e07212c7d36c7cdea3f47ede2e63e1147317f8718e65e1"

[[plugins]]
package = "@netlify/plugin-lighthouse"
Expand Down

0 comments on commit e0be3c8

Please sign in to comment.