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:
authorSarah German <sgerman@gitlab.com>2022-09-28 18:36:05 +0300
committerSuzanne Selhorn <sselhorn@gitlab.com>2022-09-28 18:36:05 +0300
commit5e8a5512912d6edb64f4d66ae8263b2606301526 (patch)
tree491272f06fafa8ae9a97fa35483bc63843b9475e
parent2b012ee7be1ff7986aae8655fc5835bc6f1b18c7 (diff)
Rotate Algolia search public key
-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',
},