You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
89 lines
1.9 KiB
89 lines
1.9 KiB
{
|
|
"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/"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|