Files
dap-was-dapms/config/local-toolserver-info-sample-v1.json
janghw c9a6bd2b0a
All checks were successful
Deploy Gateway / deploy (push) Successful in 2m51s
Remove obsolete implementation files
2026-08-27 15:56:25 +09:00

55 lines
1.2 KiB
JSON

{
"registryRevision": "local-toolserver-info-sample-v1",
"routes": [
{
"routeKey": "cus",
"toolServices": [
{
"serviceKey": "was-cus",
"displayName": "CUS Tool Server",
"serviceDomain": "https://tool-cus.devjun.net",
"manifestPath": "/tool-manifest",
"status": "ACTIVE"
}
]
},
{
"routeKey": "sal",
"toolServices": [
{
"serviceKey": "was-sal",
"displayName": "SAL Tool Server",
"serviceDomain": "https://tool-sal.devjun.net",
"manifestPath": "/tool-manifest",
"status": "ACTIVE"
}
]
},
{
"routeKey": "pro",
"toolServices": [
{
"serviceKey": "was-pro",
"displayName": "PRO Tool Server",
"serviceDomain": "https://tool-pro.devjun.net",
"manifestPath": "/tool-manifest",
"status": "ACTIVE"
}
]
},
{
"routeKey": "sys",
"toolServices": [
{
"serviceKey": "was-sys",
"displayName": "SYS Tool Server",
"serviceDomain": "https://tool-sys.devjun.net",
"manifestPath": "/tool-manifest",
"status": "ACTIVE"
}
]
}
]
}