21 lines
590 B
YAML
21 lines
590 B
YAML
# Test Configuration
|
|
task_id: "1111" # Task ID from config-task.yml
|
|
middle_server_url: "http://localhost:3000"
|
|
# 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
|