This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"ReverseProxy": {
|
||||
"Routes": {
|
||||
"apiRoute": {
|
||||
"ClusterId": "apiCluster",
|
||||
"Match": { "Path": "/api/{**catch-all}" }
|
||||
}
|
||||
},
|
||||
"Clusters": {
|
||||
"apiCluster": {
|
||||
"Destinations": {
|
||||
"api": { "Address": "http://api:8080/" }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user