Skip to content

Commit 5da5686

Browse files
committed
fix: update environment.ts patch for upstream indexName changes
1 parent 5bfa848 commit 5da5686

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tools/adev-patches/replace-environment-values.patch

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
diff --git a/adev/src/app/environment.ts b/adev/src/app/environment.ts
2-
index 733b01d357..c84ac6bf7c 100644
2+
index 4a8b03193f..7491f820f7 100644
33
--- a/adev/src/app/environment.ts
44
+++ b/adev/src/app/environment.ts
5-
@@ -11,11 +11,11 @@ export default {
5+
@@ -21,9 +21,9 @@ export default {
66
// Those values are publicly visible in the search request headers, and presents search-only keys.
77
// https://www.algolia.com/doc/guides/security/api-keys/#search-only-api-key
88
algolia: {
99
- appId: 'L1XWT2UJ7F',
1010
- apiKey: 'dfca7ed184db27927a512e5c6668b968',
11+
- indexName: indexName,
1112
+ appId: 'D4RZISVST0',
1213
+ apiKey: '77e5a0684280325e2e1f313e0fcc11b8',
13-
// The indexName value must match the branch it's on.
14-
// So it needs to be updated on release of the new major on the patch branch.
15-
- indexName: 'angular_next_dev',
1614
+ indexName: 'angular_jp_v19',
1715
},
1816
- googleAnalyticsId: 'G-XB6NEVW32B',

0 commit comments

Comments
 (0)