diff --git a/cmd/zitadel/startup.yaml b/cmd/zitadel/startup.yaml index 9155e63dce..12d60684c4 100644 --- a/cmd/zitadel/startup.yaml +++ b/cmd/zitadel/startup.yaml @@ -269,7 +269,7 @@ Notification: Host: $ZITADEL_EVENTSTORE_HOST Port: $ZITADEL_EVENTSTORE_PORT User: 'notification' - Password: $CR_NOTIFY_PASSWORD + Password: $CR_NOTIFICATION_PASSWORD Database: 'eventstore' SSL: Mode: $CR_SSL_MODE @@ -284,17 +284,17 @@ Notification: Host: $ZITADEL_EVENTSTORE_HOST Port: $ZITADEL_EVENTSTORE_PORT User: 'notification' - Password: $CR_NOTIFY_PASSWORD + Password: $CR_NOTIFICATION_PASSWORD Database: 'notification' SSL: Mode: $CR_SSL_MODE RootCert: $CR_ROOT_CERT - Cert: $CR_NOTIFY_CERT - Key: $CR_NOTIFY_KEY + Cert: $CR_NOTIFICATION_CERT + Key: $CR_NOTIFICATION_KEY Spooler: ConcurrentTasks: 4 BulkLimit: 100 FailureCountUntilSkip: 5 Handlers: Notification: - MinimumCycleDuration: 10s \ No newline at end of file + MinimumCycleDuration: 10s