{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "ConnectionStrings": { "Default": "Data Source=127.0.0.1;database=devdb;User Id=root;Pwd=root;charset=utf8;pooling=true;" }, "DotNetty": { "Use": "Y", "ThreadPool": 8, "Port": 9001 }, "Redis": "redis:6379", "urls": "http://localhost:5000" }