transfer from monorepo
This commit is contained in:
16
worker/tests/config.yaml
Normal file
16
worker/tests/config.yaml
Normal file
@ -0,0 +1,16 @@
|
||||
task_id: "summarizer"
|
||||
base_port: 5000
|
||||
max_rounds: 3
|
||||
|
||||
data_dir: data
|
||||
workers_config: workers.json
|
||||
|
||||
mongodb:
|
||||
database: summarizer_test
|
||||
collections:
|
||||
todos:
|
||||
data_file: todos.json
|
||||
required_count: 1
|
||||
issues:
|
||||
data_file: issues.json
|
||||
required_count: 1
|
Reference in New Issue
Block a user