{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "ConnectionStrings": { "Postgres": "Host=localhost;Database=elsa_efcore;Username=elsa;Password=password;Pooling=true;" } }