{ "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/" } } } } } }