23 lines
706 B
YAML
23 lines
706 B
YAML
# Test Configuration
|
|
task_id: "1111" # Task ID from config-task.yml
|
|
middle_server_url: "http://localhost:3000"
|
|
# collection used to determine the max_rounds, if the value is not directly set
|
|
rounds_collection: "documentations"
|
|
# base_port: 5000 # Base port for worker servers
|
|
# max_rounds: 1 # Maximum number of test rounds
|
|
|
|
# Paths
|
|
# relative to the test directory
|
|
data_dir: data/minimal # Directory containing test data
|
|
# workers_config: workers.json # Worker configuration file
|
|
|
|
# MongoDB Configuration
|
|
mongodb:
|
|
database: builder247
|
|
collections:
|
|
documentations:
|
|
data_file: documentations.json
|
|
required_count: 1
|
|
audits:
|
|
required_count: 0 # No data file, just needs to exist
|