{ "ReverseProxy": { "Routes": { "abp": { "ClusterId": "abp", "Match": { "Path": "/api/auth/{regex((abp|identity|base|multi-tenancy|permission-management))}/{**catch-all}" }, "Transforms": [ { "PathRemovePrefix": "/api/auth" } ] }, "ids4": { "ClusterId": "auth", "Match": { "Path": "/api/auth/connect/{**catch-all}" }, "Transforms": [ { "PathRemovePrefix": "/api/auth" } ] }, "auth": { "ClusterId": "auth", "Match": { "Path": "/api/auth/{**catch-all}" } }, "core": { "ClusterId": "core", "Match": { "Path": "/api/{regex((label|filestore|reporting|message))}/{**catch-all}" } }, "basedata": { "ClusterId": "basedata", "Match": { "Path": "/api/basedata/{**catch-all}" } }, "wms": { "ClusterId": "wms", "Match": { "Path": "/api/wms/{**catch-all}" } } }, "Clusters": { "abp": { "Destinations": { "dest": { "Address": "http://dev.ccwin-in.com:59093" } } }, "auth": { "Destinations": { "dest": { "Address": "http://dev.ccwin-in.com:59093" } } }, "core": { "Destinations": { "dest": { "Address": "http://sfs-core-host:59092/" } } }, "basedata": { "Destinations": { "dest": { "Address": "http://sfs-basedata-host:59094/" } } }, "wms": { "Destinations": { "dest": { "Address": "http://sfs-wms-host:59095/" } } } } } }