{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "Serilog": { "MinimumLevel": { "Default": "Information", "Override": { "Microsoft.AspNetCore": "Warning", "System": "Warning" } }, "WriteTo": [ { "Name": "Console" } ] }, "WorkflowBackend": { "Provider": "Postgres", "Postgres": { "ConnectionStringName": "WorkflowPostgres", "SchemaName": "workflow" } }, "WorkflowSignalDriver": { "Provider": "Native" }, "ConnectionStrings": { "WorkflowPostgres": "Host=db.stella-ops.local;Port=5432;Database=stellaops_platform;Username=stellaops;Password=stellaops;Maximum Pool Size=20;Minimum Pool Size=2" } }