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.
101 lines
2.1 KiB
101 lines
2.1 KiB
{
|
|
"ConnectionStrings": {
|
|
"InfluxDB": "url=http://influxdb:8086;database=logs;usr=admin;pwd=aA123456!;retention-policy=d30;"
|
|
},
|
|
"CORS": {
|
|
"abp": {
|
|
"AllowAnyOrigin": false,
|
|
"Origins": [
|
|
"http://localhost:9527"
|
|
]
|
|
}
|
|
},
|
|
"ReverseProxy": {
|
|
"Routes": {
|
|
"abp": {
|
|
"ClusterId": "abp",
|
|
"CorsPolicy": "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://sfs-auth-web:59093/api/"
|
|
}
|
|
}
|
|
},
|
|
"auth": {
|
|
"Destinations": {
|
|
"dest": {
|
|
"Address": "http://sfs-auth-web: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/"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|