Skip to content

Commit

Permalink
Review v4 elastic setting to wait for index upated
Browse files Browse the repository at this point in the history
This is required especially for test:api:mocha to pass when elastic is
enabled
  • Loading branch information
minottic committed Nov 15, 2024
1 parent 0a54760 commit 12426b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions services/backend/services/v4/config/.elastic.env
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ELASTICSEARCH_ENABLED=yes
ES_HOST="http://elastic:9200"
ES_USERNAME="elastic"
ES_PASSWORD="password"
MONGODB_COLLECTION="elastic"
ES_USERNAME=elastic
ES_PASSWORD=password
MONGODB_COLLECTION=elastic
ES_MAX_RESULT=10000
ES_FIELDS_LIMIT=1000
ES_INDEX="dataset"
ES_REFRESH="false"
ES_INDEX=dataset
ES_REFRESH=wait_for

0 comments on commit 12426b0

Please sign in to comment.