We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 675e4e0 commit ea6cd74Copy full SHA for ea6cd74
config/default.js
@@ -40,7 +40,7 @@ module.exports = {
40
41
ES: {
42
// above AWS_REGION is used if we use AWS ES
43
- HOST: process.env.OS_HOST || "localhost:9200",
+ HOST: process.env.ES_HOST || "localhost:9200",
44
API_VERSION: process.env.ES_API_VERSION || "6.8",
45
OPENSEARCH: process.env.OPENSEARCH || "false",
46
ES_INDEX: process.env.ES_INDEX || "challenge",
0 commit comments