Platform restructured into crates/, added AI service and detector,
migrated control-center-ui to Leptos 0.8
23 lines
398 B
TOML
23 lines
398 B
TOML
[ai_service.dag]
|
|
max_concurrent_tasks = 50
|
|
retry_attempts = 5
|
|
task_timeout = 1200000
|
|
|
|
[ai_service.mcp]
|
|
enabled = true
|
|
mcp_service_url = "https://mcp.provisioning.prod:8084"
|
|
timeout = 120000
|
|
|
|
[ai_service.monitoring]
|
|
enabled = true
|
|
|
|
[ai_service.rag]
|
|
enabled = true
|
|
rag_service_url = "https://rag.provisioning.prod:8083"
|
|
timeout = 120000
|
|
|
|
[ai_service.server]
|
|
host = "0.0.0.0"
|
|
port = 8082
|
|
workers = 16
|