auditforge / backend /src /config /config-cwe.json
Kaballas's picture
initialize project structure with essential configurations and components
56b6519
raw
history blame contribute delete
269 Bytes
{
"cwe-container": {
"host": "auditforge-cwe-api",
"port": 8000,
"check_timeout_ms": 30000,
"update_timeout_ms": 120000,
"endpoints": {
"check_update_endpoint": "check_cwe_update",
"update_cwe_endpoint": "update_cwe_model"
}
}
}