Skip to content

Commit ea6cd74

Browse files
committed
Didn't need this change
1 parent 675e4e0 commit ea6cd74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = {
4040

4141
ES: {
4242
// above AWS_REGION is used if we use AWS ES
43-
HOST: process.env.OS_HOST || "localhost:9200",
43+
HOST: process.env.ES_HOST || "localhost:9200",
4444
API_VERSION: process.env.ES_API_VERSION || "6.8",
4545
OPENSEARCH: process.env.OPENSEARCH || "false",
4646
ES_INDEX: process.env.ES_INDEX || "challenge",

0 commit comments

Comments
 (0)