{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning", "Microsoft.Hosting.Lifetime": "Information", "Data_Coupler.BackgroundServices": "Information", "System.Net.Http.HttpClient": "Warning" }, "EventLog": { "LogLevel": { "Default": "Warning", "Data_Coupler": "Information" } } }, "AllowedHosts": "*", "Urls": "http://*:7550", "WindowsService": { "ServiceName": "DataCouplerService", "DisplayName": "Data Coupler Service", "Description": "Servizio per l'integrazione e trasferimento dati multi-platform" }, "Kestrel": { "Limits": { "KeepAliveTimeout": "00:10:00", "RequestHeadersTimeout": "00:05:00", "MaxConcurrentConnections": 100, "MaxConcurrentUpgradedConnections": 100 } } }