Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuzanne Selhorn <sselhorn@gitlab.com>2022-09-28 18:36:07 +0300
committerSuzanne Selhorn <sselhorn@gitlab.com>2022-09-28 18:36:07 +0300
commitd6db243319780b5c33a1f6f1bada0eee7834e381 (patch)
tree70cb4ca43dd56f453673eb5da939f65b3025a2b2
parent1ea6c56a330747ed25932447b70c69be45bfaa6a (diff)
parent5e8a5512912d6edb64f4d66ae8263b2606301526 (diff)
Merge branch 'sarahg/rotate-algolia-keys' into 'main'
Rotate Algolia search public key See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/3132 Merged-by: Suzanne Selhorn <sselhorn@gitlab.com> Co-authored-by: Sarah German <sgerman@gitlab.com>
-rw-r--r--content/frontend/search/search.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/frontend/search/search.js b/content/frontend/search/search.js
index 2649d0ea..bc198ed6 100644
--- a/content/frontend/search/search.js
+++ b/content/frontend/search/search.js
@@ -4,12 +4,12 @@
export const algoliaAccounts = {
production: {
- apiKey: '89b85ffae982a7f1adeeed4a90bb0ab1',
+ apiKey: 'eef4ee4af5ab6b0d76d1a2f9fc4fab58',
appId: '3PNCFOU757',
index: 'gitlab_production',
},
testing: {
- apiKey: '181a86cec565045e1851b68cd9b4a7d3',
+ apiKey: 'eef4ee4af5ab6b0d76d1a2f9fc4fab58',
appId: '3PNCFOU757',
index: 'gitlab_testing',
},