Skip to content

Commit

Permalink
feat: SKFP-1127 fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
celinepelletier committed Jun 7, 2024
1 parent 8e7142d commit 99185a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dotenv.config();
export const PORT = process.env.PORT || 4000;

// ElasticSearch host
export const ES_HOST = process.env.ES_HOST || 'kf-arranger-es-prd.kids-first.io:9200';
export const ES_HOST = process.env.ES_HOST || 'http://localhost:9200';
export const ES_USER = process.env.ES_USER;
export const ES_PWD = process.env.ES_PASS;

Expand Down

0 comments on commit 99185a6

Please sign in to comment.