Skip to content

Commit

Permalink
fix(admin): ES prod index
Browse files Browse the repository at this point in the history
  • Loading branch information
m-maillot committed Dec 8, 2023
1 parent 213f4a4 commit 15eca1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/export-elasticsearch/src/workers/ingester-prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const ingester = async (): Promise<string> => {
process.env.ELASTICSEARCH_TOKEN_INGEST_PROD,
process.env.BRANCH_NAME_SLUG
? `cdtn-${process.env.BRANCH_NAME_SLUG}`
: process.env.ELASTICSEARCH_INDEX_PREPROD,
: process.env.ELASTICSEARCH_INDEX_PROD,
process.env.NLP_URL,
undefined,
undefined,
Expand Down

0 comments on commit 15eca1f

Please sign in to comment.