53 lines
1.0 KiB
JSON
53 lines
1.0 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"App": {
|
|
"SelfUrl": "http://localhost:44314",
|
|
"CorsOrigins": "http://localhost:4200"
|
|
},
|
|
"GlobalConfiguration": {
|
|
},
|
|
"Routes": [
|
|
{
|
|
"DownstreamPathTemplate": "/{url}",
|
|
"DownstreamScheme": "http",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "localhost",
|
|
"Port": 44315
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/gateway/{url}",
|
|
"UpstreamHttpMethod": [
|
|
"Get",
|
|
"Post",
|
|
"Put",
|
|
"Delete"
|
|
]
|
|
},
|
|
{
|
|
"DownstreamPathTemplate": "/{url}",
|
|
"DownstreamScheme": "ws",
|
|
"DownstreamHostAndPorts": [
|
|
{
|
|
"Host": "localhost",
|
|
"Port": 44315
|
|
}
|
|
],
|
|
"UpstreamPathTemplate": "/ws/{url}",
|
|
"UpstreamHttpMethod": [
|
|
"Get",
|
|
"Post",
|
|
"Put",
|
|
"Delete"
|
|
]
|
|
}
|
|
]
|
|
}
|