mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:37:30 +00:00
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 <livio.a@gmail.com>
This commit is contained in:
@@ -269,7 +269,7 @@ Notification:
|
|||||||
Host: $ZITADEL_EVENTSTORE_HOST
|
Host: $ZITADEL_EVENTSTORE_HOST
|
||||||
Port: $ZITADEL_EVENTSTORE_PORT
|
Port: $ZITADEL_EVENTSTORE_PORT
|
||||||
User: 'notification'
|
User: 'notification'
|
||||||
Password: $CR_NOTIFY_PASSWORD
|
Password: $CR_NOTIFICATION_PASSWORD
|
||||||
Database: 'eventstore'
|
Database: 'eventstore'
|
||||||
SSL:
|
SSL:
|
||||||
Mode: $CR_SSL_MODE
|
Mode: $CR_SSL_MODE
|
||||||
@@ -284,17 +284,17 @@ Notification:
|
|||||||
Host: $ZITADEL_EVENTSTORE_HOST
|
Host: $ZITADEL_EVENTSTORE_HOST
|
||||||
Port: $ZITADEL_EVENTSTORE_PORT
|
Port: $ZITADEL_EVENTSTORE_PORT
|
||||||
User: 'notification'
|
User: 'notification'
|
||||||
Password: $CR_NOTIFY_PASSWORD
|
Password: $CR_NOTIFICATION_PASSWORD
|
||||||
Database: 'notification'
|
Database: 'notification'
|
||||||
SSL:
|
SSL:
|
||||||
Mode: $CR_SSL_MODE
|
Mode: $CR_SSL_MODE
|
||||||
RootCert: $CR_ROOT_CERT
|
RootCert: $CR_ROOT_CERT
|
||||||
Cert: $CR_NOTIFY_CERT
|
Cert: $CR_NOTIFICATION_CERT
|
||||||
Key: $CR_NOTIFY_KEY
|
Key: $CR_NOTIFICATION_KEY
|
||||||
Spooler:
|
Spooler:
|
||||||
ConcurrentTasks: 4
|
ConcurrentTasks: 4
|
||||||
BulkLimit: 100
|
BulkLimit: 100
|
||||||
FailureCountUntilSkip: 5
|
FailureCountUntilSkip: 5
|
||||||
Handlers:
|
Handlers:
|
||||||
Notification:
|
Notification:
|
||||||
MinimumCycleDuration: 10s
|
MinimumCycleDuration: 10s
|
||||||
|
Reference in New Issue
Block a user