# Notify WebService configuration — production storage: driver: postgres postgres: notify: connectionString: "Host=postgres;Port=5432;Database=stellaops_notify;Username=stellaops;Password=stellaops;Pooling=true;Maximum Pool Size=80;Minimum Pool Size=4" commandTimeoutSeconds: 60 schemaName: notify authority: enabled: true issuer: "https://authority.stella-ops.org" metadataAddress: "https://authority.stella-ops.org/.well-known/openid-configuration" requireHttpsMetadata: true allowAnonymousFallback: false backchannelTimeoutSeconds: 30 tokenClockSkewSeconds: 60 audiences: - notify viewerScope: notify.viewer operatorScope: notify.operator adminScope: notify.admin api: basePath: "/api/v1/notify" internalBasePath: "/internal/notify" tenantHeader: "X-StellaOps-Tenant" plugins: baseDirectory: "/var/opt/stellaops" directory: "plugins/notify" searchPatterns: - "StellaOps.Notify.Connectors.*.dll" orderedPlugins: - StellaOps.Notify.Connectors.Slack - StellaOps.Notify.Connectors.Teams - StellaOps.Notify.Connectors.Email - StellaOps.Notify.Connectors.Webhook telemetry: enableRequestLogging: true minimumLogLevel: Warning