{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning", "TanksServer": "Debug" } }, "AllowedHosts": "*", "Kestrel": { "Endpoints": { "Http": { "Url": "http://localhost:3000" } } }, "ServicePointDisplay": { "Enable": true, //"Hostname": "172.23.42.29", "Hostname": "localhost", "Port": 2342 } }