{ "ConnectionStrings": { "DefaultConnection": "Server=some_host;Database=database_resource;Username=database_user;Password=some_password" }, "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*" }