29 lines
525 B
JSON
29 lines
525 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ReverseProxy": {
|
|
"Routes": {
|
|
"route1": {
|
|
"ClusterId": "cluster1",
|
|
"Match": {
|
|
"Path": "{**catch-all}"
|
|
}
|
|
}
|
|
},
|
|
"Clusters": {
|
|
"cluster1": {
|
|
"Destinations": {
|
|
"destination1": {
|
|
"Address": "https://example.com/"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |