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.
423 lines
11 KiB
423 lines
11 KiB
{
|
|
"Routes": [
|
|
// ��ܶ˵�
|
|
{
|
|
"DownstreamPathTemplate": "/api/abp/application-configuration",
|
|
"DownstreamScheme": "http",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "127.0.0.1",
|
|
"Port": 30020
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/api/abp/messages/application-configuration",
|
|
"UpstreamHttpMethod": [ "GET" ],
|
|
"LoadBalancerOptions": {
|
|
"Type": "RoundRobin"
|
|
},
|
|
"RateLimitOptions": {},
|
|
"QoSOptions": {
|
|
"ExceptionsAllowedBeforeBreaking": 10,
|
|
"DurationOfBreak": 1000,
|
|
"TimeoutValue": 10000
|
|
},
|
|
"HttpHandlerOptions": {
|
|
"UseTracing": true
|
|
},
|
|
"Key": "messages-configuration"
|
|
},
|
|
// ��ܶ�̬API�˵�
|
|
{
|
|
"DownstreamPathTemplate": "/api/abp/api-definition",
|
|
"DownstreamScheme": "http",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "127.0.0.1",
|
|
"Port": 30020
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/api/abp/messages/api-definition",
|
|
"UpstreamHttpMethod": [ "GET" ],
|
|
"LoadBalancerOptions": {
|
|
"Type": "RoundRobin"
|
|
},
|
|
"RateLimitOptions": {},
|
|
"QoSOptions": {
|
|
"ExceptionsAllowedBeforeBreaking": 10,
|
|
"DurationOfBreak": 1000,
|
|
"TimeoutValue": 10000
|
|
},
|
|
"HttpHandlerOptions": {
|
|
"UseTracing": true
|
|
},
|
|
"Key": "messages-api-definition"
|
|
},
|
|
// ��ʱͨѶ
|
|
{
|
|
"DownstreamPathTemplate": "/api/im/{everything}",
|
|
"DownstreamScheme": "http",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "127.0.0.1",
|
|
"Port": 30020
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/api/im/{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
|
|
}
|
|
},
|
|
// Hangfire �DZ���
|
|
{
|
|
"DownstreamPathTemplate": "/hangfire/{everything}",
|
|
"DownstreamScheme": "http",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "127.0.0.1",
|
|
"Port": 30020
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/hangfire/{everything}",
|
|
"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
|
|
}
|
|
},
|
|
{
|
|
"DownstreamPathTemplate": "/api/my-subscribes",
|
|
"DownstreamScheme": "http",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "127.0.0.1",
|
|
"Port": 30020
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/api/my-subscribes",
|
|
"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
|
|
},
|
|
"Priority": 99
|
|
},
|
|
// �û�����
|
|
{
|
|
"DownstreamPathTemplate": "/api/my-subscribes/{everything}",
|
|
"DownstreamScheme": "http",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "127.0.0.1",
|
|
"Port": 30020
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/api/my-subscribes/{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/my-subscribes/all",
|
|
"DownstreamScheme": "http",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "127.0.0.1",
|
|
"Port": 30020
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/api/my-subscribes/all",
|
|
"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
|
|
},
|
|
"Priority": 99,
|
|
"Key": "my-subscribes"
|
|
},
|
|
// �û�����֪ͨ
|
|
{
|
|
"DownstreamPathTemplate": "/api/my-notifilers/assignables",
|
|
"DownstreamScheme": "http",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "127.0.0.1",
|
|
"Port": 30020
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/api/my-notifilers/assignables",
|
|
"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
|
|
},
|
|
"Priority": 99,
|
|
"Key": "assignables-notifilers"
|
|
},
|
|
// �û�֪ͨ
|
|
{
|
|
"DownstreamPathTemplate": "/api/my-notifilers",
|
|
"DownstreamScheme": "http",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "127.0.0.1",
|
|
"Port": 30020
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/api/my-notifilers",
|
|
"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
|
|
}
|
|
},
|
|
{
|
|
"DownstreamPathTemplate": "/api/my-notifilers/{id}",
|
|
"DownstreamScheme": "http",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "127.0.0.1",
|
|
"Port": 30020
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/api/my-notifilers/{id}",
|
|
"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
|
|
}
|
|
},
|
|
// API �ĵ�
|
|
{
|
|
"DownstreamPathTemplate": "/swagger/v1/swagger.json",
|
|
"DownstreamScheme": "http",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "127.0.0.1",
|
|
"Port": 30020
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/messages/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
|
|
}
|
|
},
|
|
// ������
|
|
{
|
|
"DownstreamPathTemplate": "/signalr-hubs/messages",
|
|
"DownstreamScheme": "ws",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "127.0.0.1",
|
|
"Port": 30020
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/signalr-hubs/messages",
|
|
"UpstreamHttpMethod": [ "GET", "POST", "PUT", "DELETE", "OPTIONS" ],
|
|
"LoadBalancerOptions": {
|
|
"Type": "RoundRobin"
|
|
},
|
|
"RateLimitOptions": {},
|
|
"QoSOptions": {
|
|
"ExceptionsAllowedBeforeBreaking": 10,
|
|
"DurationOfBreak": 1000,
|
|
"TimeoutValue": 10000
|
|
},
|
|
"HttpHandlerOptions": {},
|
|
"DangerousAcceptAnyServerCertificateValidator": true,
|
|
"RouteIsCaseSensitive": false,
|
|
"Priority": 99
|
|
},
|
|
{
|
|
"DownstreamPathTemplate": "/signalr-hubs/notifications",
|
|
"DownstreamScheme": "ws",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "127.0.0.1",
|
|
"Port": 30020
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/signalr-hubs/notifications",
|
|
"UpstreamHttpMethod": [ "GET", "POST", "PUT", "DELETE", "OPTIONS" ],
|
|
"LoadBalancerOptions": {
|
|
"Type": "RoundRobin"
|
|
},
|
|
"RateLimitOptions": {},
|
|
"QoSOptions": {
|
|
"ExceptionsAllowedBeforeBreaking": 10,
|
|
"DurationOfBreak": 1000,
|
|
"TimeoutValue": 10000
|
|
},
|
|
"HttpHandlerOptions": {},
|
|
"DangerousAcceptAnyServerCertificateValidator": true,
|
|
"RouteIsCaseSensitive": false,
|
|
"Priority": 99
|
|
},
|
|
{
|
|
"DownstreamPathTemplate": "/signalr-hubs/{everything}",
|
|
"DownstreamScheme": "ws",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "127.0.0.1",
|
|
"Port": 30020
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/signalr-hubs/{everything}",
|
|
"UpstreamHttpMethod": [ "GET", "POST", "PUT", "DELETE", "OPTIONS" ],
|
|
"LoadBalancerOptions": {
|
|
"Type": "RoundRobin"
|
|
},
|
|
"RateLimitOptions": {},
|
|
"QoSOptions": {
|
|
"ExceptionsAllowedBeforeBreaking": 10,
|
|
"DurationOfBreak": 1000,
|
|
"TimeoutValue": 10000
|
|
},
|
|
"HttpHandlerOptions": {},
|
|
"DangerousAcceptAnyServerCertificateValidator": true,
|
|
"RouteIsCaseSensitive": false
|
|
}
|
|
]
|
|
}
|
|
|