{ "Database": { "Provider": "Postgres" }, "ConnectionStrings": { "DefaultConnection": "Host=localhost;Port=5432;Database=example_prod;Username=postgres;Password=postgres" }, "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*" }