From c6e8597eeb4f78e35db356c62a0fa575918dd143 Mon Sep 17 00:00:00 2001 From: Silvan Date: Tue, 7 Jul 2020 16:53:07 +0200 Subject: [PATCH] fix(config): rename env vars notify to notification (#362) * fix(config): sql password as env var * fix(config): rename notify to notification * Update startup.yaml Co-authored-by: Livio Amstutz --- cmd/zitadel/startup.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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