Files
2026-06-05 01:35:35 +08:00

36 lines
810 B
JSON

{
"environment": "dev",
"endpoint": "http://74.48.78.17:16667",
"reverseLink": {
"mode": "frp",
"direction": "edge-proxy-only",
"serverAddress": "74.48.78.17",
"publicPort": 16667,
"webPublicPort": 16666
},
"contracts": [
{
"serviceId": "hwlab-edge-proxy",
"owner": "public DEV ingress",
"health": "GET /health/live",
"upstream": "hwlab-cloud-api"
},
{
"serviceId": "hwlab-cloud-api",
"owner": "DEV cloud API boundary",
"health": "GET /health/live"
},
{
"serviceId": "hwlab-cloud-web",
"owner": "web frontend boundary",
"health": "GET /health/live"
}
],
"forbiddenRuntimeSubstitutes": [
"unidesk-backend",
"provider-gateway",
"microservice-proxy"
],
"prodAcceptance": false
}