{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.Hosting.Lifetime": "Information" } }, "ConnectionStrings": { "Postgres": "Host=localhost;Port=5432;Database=gymlogai;Username=postgres;Password=postgres" }, "Worker": { "BatchSize": 20, "PollingIntervalSeconds": 10 } }