{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning", "Microsoft.EntityFrameworkCore": "Warning" } }, "AllowedHosts": "*", "ConnectionStrings": { "IntegrationsDb": "Host=localhost;Database=stellaops_integrations;Username=postgres;Password=postgres" }, "Integrations": { "PluginsDirectory": "plugins" } }