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