Skip to content

Commit e0be3c8

Browse files
authored
chore: update meilisearch frontend token (#51)
* chore: update meilisearch frontend token * chore: add docs on how to generate the token
1 parent 8f745fb commit e0be3c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

netlify.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ command = "yarn run download-docs && yarn build && yarn install"
88
[context.production.environment]
99
MEILISEARCH_URL = "https://docs-search.gnoteam.com"
1010
MEILISEARCH_INDEX_UID = "production"
11-
MEILISEARCH_API_KEY = "22a22f25327d4bff5be707fa7ee90a731e6b6c8c5a6f13c705dafcce642caafd"
11+
# To generate this token, exec
12+
#curl https://docs-search.gnoteam.com/keys -H "Authorization: Bearer $MEILI_MASTER_KEY"
13+
MEILISEARCH_API_KEY = "6d7b970053413ade30e07212c7d36c7cdea3f47ede2e63e1147317f8718e65e1"
1214

1315
[[plugins]]
1416
package = "@netlify/plugin-lighthouse"

0 commit comments

Comments
 (0)