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.
314 lines
8.4 KiB
314 lines
8.4 KiB
{
|
|
"Routes": [
|
|
// ��ܶ˵�
|
|
{
|
|
"DownstreamPathTemplate": "/api/abp/application-configuration",
|
|
"DownstreamScheme": "http",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "127.0.0.1",
|
|
"Port": 30025
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/api/abp/platform/application-configuration",
|
|
"UpstreamHttpMethod": [ "GET" ],
|
|
"LoadBalancerOptions": {
|
|
"Type": "RoundRobin"
|
|
},
|
|
"RateLimitOptions": {},
|
|
"QoSOptions": {
|
|
"ExceptionsAllowedBeforeBreaking": 10,
|
|
"DurationOfBreak": 1000,
|
|
"TimeoutValue": 10000
|
|
},
|
|
"HttpHandlerOptions": {
|
|
"UseTracing": true
|
|
},
|
|
"Key": "platform-configuration"
|
|
},
|
|
// ��ܶ�̬API�˵�
|
|
{
|
|
"DownstreamPathTemplate": "/api/abp/api-definition",
|
|
"DownstreamScheme": "http",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "127.0.0.1",
|
|
"Port": 30025
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/api/abp/platform/api-definition",
|
|
"UpstreamHttpMethod": [ "GET" ],
|
|
"LoadBalancerOptions": {
|
|
"Type": "RoundRobin"
|
|
},
|
|
"RateLimitOptions": {},
|
|
"QoSOptions": {
|
|
"ExceptionsAllowedBeforeBreaking": 10,
|
|
"DurationOfBreak": 1000,
|
|
"TimeoutValue": 10000
|
|
},
|
|
"HttpHandlerOptions": {
|
|
"UseTracing": true
|
|
},
|
|
"Key": "platform-api-definition"
|
|
},
|
|
// ����洢
|
|
{
|
|
"DownstreamPathTemplate": "/api/oss-management/{everything}",
|
|
"DownstreamScheme": "http",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "127.0.0.1",
|
|
"Port": 30025
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/api/oss-management/{everything}",
|
|
"UpstreamHttpMethod": [ "GET", "POST", "PUT", "DELETE" ],
|
|
"LoadBalancerOptions": {
|
|
"Type": "RoundRobin"
|
|
},
|
|
"RateLimitOptions": {
|
|
"ClientWhitelist": [],
|
|
"EnableRateLimiting": true,
|
|
"Period": "1s",
|
|
"PeriodTimespan": 1,
|
|
"Limit": 5
|
|
},
|
|
"QoSOptions": {
|
|
"ExceptionsAllowedBeforeBreaking": 10,
|
|
"DurationOfBreak": 1000,
|
|
"TimeoutValue": 10000
|
|
},
|
|
"HttpHandlerOptions": {
|
|
"UseTracing": true
|
|
}
|
|
},
|
|
// ƽ̨����
|
|
{
|
|
"DownstreamPathTemplate": "/api/platform/{everything}",
|
|
"DownstreamScheme": "http",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "127.0.0.1",
|
|
"Port": 30025
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/api/platform/{everything}",
|
|
"UpstreamHttpMethod": [ "GET", "POST", "PUT", "DELETE" ],
|
|
"LoadBalancerOptions": {
|
|
"Type": "RoundRobin"
|
|
},
|
|
"RateLimitOptions": {
|
|
"ClientWhitelist": [],
|
|
"EnableRateLimiting": true,
|
|
"Period": "1s",
|
|
"PeriodTimespan": 1,
|
|
"Limit": 5
|
|
},
|
|
"QoSOptions": {
|
|
"ExceptionsAllowedBeforeBreaking": 10,
|
|
"DurationOfBreak": 1000,
|
|
"TimeoutValue": 10000
|
|
},
|
|
"HttpHandlerOptions": {
|
|
"UseTracing": true
|
|
}
|
|
},
|
|
// �����
|
|
{
|
|
"DownstreamPathTemplate": "/api/files/{everything}",
|
|
"DownstreamScheme": "http",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "127.0.0.1",
|
|
"Port": 30025
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/api/files/{everything}",
|
|
"UpstreamHttpMethod": [ "GET", "POST", "PUT", "DELETE" ],
|
|
"LoadBalancerOptions": {
|
|
"Type": "RoundRobin"
|
|
},
|
|
"RateLimitOptions": {
|
|
"ClientWhitelist": [],
|
|
"EnableRateLimiting": true,
|
|
"Period": "1s",
|
|
"PeriodTimespan": 1,
|
|
"Limit": 5
|
|
},
|
|
"QoSOptions": {
|
|
"ExceptionsAllowedBeforeBreaking": 10,
|
|
"DurationOfBreak": 1000,
|
|
"TimeoutValue": 10000
|
|
},
|
|
"HttpHandlerOptions": {
|
|
"UseTracing": true
|
|
}
|
|
},
|
|
{
|
|
"DownstreamPathTemplate": "/api/files/{everything}",
|
|
"DownstreamScheme": "http",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "127.0.0.1",
|
|
"Port": 30025
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/api/api/files/{everything}",
|
|
"UpstreamHttpMethod": [
|
|
"GET",
|
|
"POST",
|
|
"PUT",
|
|
"DELETE"
|
|
],
|
|
"LoadBalancerOptions": {
|
|
"Type": "RoundRobin"
|
|
},
|
|
"RateLimitOptions": {
|
|
"ClientWhitelist": [],
|
|
"EnableRateLimiting": true,
|
|
"Period": "1s",
|
|
"PeriodTimespan": 1,
|
|
"Limit": 5
|
|
},
|
|
"QoSOptions": {
|
|
"ExceptionsAllowedBeforeBreaking": 10,
|
|
"DurationOfBreak": 1000,
|
|
"TimeoutValue": 10000
|
|
},
|
|
"HttpHandlerOptions": {
|
|
"UseTracing": true
|
|
}
|
|
},
|
|
{
|
|
"DownstreamPathTemplate": "/api/task-management/{everything}",
|
|
"DownstreamScheme": "http",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "127.0.0.1",
|
|
"Port": 30040
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/api/task-management/{everything}",
|
|
"UpstreamHttpMethod": [
|
|
"GET",
|
|
"POST",
|
|
"PUT",
|
|
"DELETE"
|
|
],
|
|
"LoadBalancerOptions": {
|
|
"Type": "RoundRobin"
|
|
},
|
|
"RateLimitOptions": {
|
|
"ClientWhitelist": [],
|
|
"EnableRateLimiting": true,
|
|
"Period": "1s",
|
|
"PeriodTimespan": 1,
|
|
"Limit": 5
|
|
},
|
|
"QoSOptions": {
|
|
"ExceptionsAllowedBeforeBreaking": 10,
|
|
"DurationOfBreak": 1000,
|
|
"TimeoutValue": 10000
|
|
},
|
|
"HttpHandlerOptions": {
|
|
"UseTracing": true
|
|
}
|
|
},
|
|
// ����洢�⻧����
|
|
{
|
|
"DownstreamPathTemplate": "/api/setting-management/oss-management/by-current-tenant",
|
|
"DownstreamScheme": "http",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "127.0.0.1",
|
|
"Port": 30025
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/api/setting-management/oss-management/by-current-tenant",
|
|
"UpstreamHttpMethod": [ "GET" ],
|
|
"LoadBalancerOptions": {
|
|
"Type": "RoundRobin"
|
|
},
|
|
"RateLimitOptions": {
|
|
"ClientWhitelist": [],
|
|
"EnableRateLimiting": true,
|
|
"Period": "1s",
|
|
"PeriodTimespan": 1,
|
|
"Limit": 5
|
|
},
|
|
"QoSOptions": {
|
|
"ExceptionsAllowedBeforeBreaking": 10,
|
|
"DurationOfBreak": 1000,
|
|
"TimeoutValue": 10000
|
|
},
|
|
"HttpHandlerOptions": {
|
|
"UseTracing": true
|
|
},
|
|
"Key": "oss-management-setting-current-tenant"
|
|
},
|
|
// ����洢ȫ������
|
|
{
|
|
"DownstreamPathTemplate": "/api/setting-management/oss-management/by-global",
|
|
"DownstreamScheme": "http",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "127.0.0.1",
|
|
"Port": 30025
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/api/setting-management/oss-management/by-global",
|
|
"UpstreamHttpMethod": [ "GET" ],
|
|
"LoadBalancerOptions": {
|
|
"Type": "RoundRobin"
|
|
},
|
|
"RateLimitOptions": {
|
|
"ClientWhitelist": [],
|
|
"EnableRateLimiting": true,
|
|
"Period": "1s",
|
|
"PeriodTimespan": 1,
|
|
"Limit": 5
|
|
},
|
|
"QoSOptions": {
|
|
"ExceptionsAllowedBeforeBreaking": 10,
|
|
"DurationOfBreak": 1000,
|
|
"TimeoutValue": 10000
|
|
},
|
|
"HttpHandlerOptions": {
|
|
"UseTracing": true
|
|
},
|
|
"Key": "oss-management-setting-global"
|
|
},
|
|
// API �ĵ�
|
|
{
|
|
"DownstreamPathTemplate": "/swagger/v1/swagger.json",
|
|
"DownstreamScheme": "http",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "127.0.0.1",
|
|
"Port": 30025
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/platform/v1/swagger.json",
|
|
"UpstreamHttpMethod": [ "GET" ],
|
|
"LoadBalancerOptions": {
|
|
"Type": "RoundRobin"
|
|
},
|
|
"RateLimitOptions": {
|
|
"ClientWhitelist": [],
|
|
"EnableRateLimiting": true,
|
|
"Period": "1s",
|
|
"PeriodTimespan": 1,
|
|
"Limit": 5
|
|
},
|
|
"QoSOptions": {
|
|
"ExceptionsAllowedBeforeBreaking": 10,
|
|
"DurationOfBreak": 1000,
|
|
"TimeoutValue": 10000
|
|
},
|
|
"HttpHandlerOptions": {
|
|
"UseTracing": true
|
|
}
|
|
}
|
|
]
|
|
}
|
|
|