27 lines
459 B
JSON
27 lines
459 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Site": {
|
|
"Mode": "Normal"
|
|
},
|
|
"ReverseProxy": {
|
|
"Routes": {
|
|
"apiRoute": {
|
|
"ClusterId": "apiCluster",
|
|
"Match": { "Path": "/api/{**catch-all}" }
|
|
}
|
|
},
|
|
"Clusters": {
|
|
"apiCluster": {
|
|
"Destinations": {
|
|
"api": { "Address": "http://api:8080/" }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|