provisioning-code/.ncl-cache/462c924906010585b93815c8a764f84669d31f11255948777cbdb5e7bd5f6396.json

53 lines
1.1 KiB
JSON

{
"ai_service": {
"build": {
"base_image": "rust:1.82-trixie",
"binary": "provisioning-ai-service",
"buildkit": {
"cache_mode": "local",
"inline_cache": false,
"parallel_jobs": 2
},
"chef_enabled": true,
"config_file": "",
"extra_runtime_pkgs": [],
"features": [],
"health_path": "/health",
"package": "ai-service",
"port": 9092,
"runtime_image": "debian:trixie-slim",
"sccache": {
"bucket": "rust-cache",
"enabled": false,
"region": ""
},
"user_id": 1000
},
"dag": {
"max_concurrent_tasks": 5,
"retry_attempts": 3,
"task_timeout": 300000
},
"logging": {
"level": "info"
},
"mcp": {
"enabled": false,
"mcp_service_url": "http://localhost:3000",
"timeout": 30000
},
"monitoring": {
"enabled": true
},
"rag": {
"enabled": false,
"rag_service_url": "http://localhost:9092",
"timeout": 30000
},
"server": {
"host": "127.0.0.1",
"port": 9082,
"workers": 2
}
}
}