{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "AllowedHosts": "*", "Instance": { "Domain": "domain.name", "PostgresConnString": "Host=127.0.0.1;Username=username;Password=password;Database=mydb" }, "Twitter": { "ConsumerKey": "twitter.api.key", "ConsumerSecret": "twitter.api.key", "AccessToken": "twitter.api.key", "AccessTokenSecret": "twitter.api.key" } }