{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "AppConfig": { "DB": { "Server": "localhost", "Port": "8082", "User": "root", "Password": "testPW", "Database": "Functions" }, "FuctionNetworkName": "FunctionsProxy" } }