Skip to content

Commit 14ac3c9

Browse files
committed
chore: restore coco.yml
1 parent 2c028c3 commit 14ac3c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

coco.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
env:
2-
ES_ENDPOINT: http://192.168.3.119:9200
2+
ES_ENDPOINT: https://localhost:9200
33
ES_USERNAME: admin
44
ES_PASSWORD: $[[keystore.ES_PASSWORD]]
55
WEB_BINDING: 0.0.0.0:9000
@@ -311,7 +311,7 @@ web:
311311
##background jobs
312312
pipeline:
313313
- name: enrich_documents
314-
auto_start: true
314+
auto_start: false
315315
keep_running: true
316316
processor:
317317
- consumer:
@@ -350,7 +350,7 @@ pipeline:
350350
keep_running: true
351351
processor:
352352
- indexing_merge:
353-
input_queue: "enriched_documents"
353+
input_queue: "indexing_documents"
354354
idle_timeout_in_seconds: 1
355355
elasticsearch: "prod"
356356
index_name: "coco_document-v2"

0 commit comments

Comments
 (0)