{ "BlogDatabase": { "ConnectionString": "mongodb://localhost:27017", "DatabaseName": "Blog", "UsersCollectionName": "Users", "PostsCollectionName": "Posts" }, "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*" }