Skip to content

Commit

Permalink
Merge pull request #302 from atlassian/axu-update-IPH-id
Browse files Browse the repository at this point in the history
Update IPH search servers
  • Loading branch information
anshengxu authored Mar 11, 2024
2 parents b938467 + db4b49c commit 242f0a1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ const ALGOLIA_APP_ID = '8K6J5OJIQW';
const { ALGOLIA_API_KEY, ENVIRONMENT } = envVars;

enum AlgoliaEnvironmentIndicies {
Development = 'product_help_dev',
Staging = 'product_help_stg',
Production = 'product_help_prod'
Development = 'product_help_dev_copsi',
Staging = 'product_help_stg_copsi',
Production = 'product_help_prod_copsi'
}

const getIndexNameForEnvironment = (): string => {
Expand Down

0 comments on commit 242f0a1

Please sign in to comment.