mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +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:
parent
141fe5f4e4
commit
c6e8597eeb
@ -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
|
||||
MinimumCycleDuration: 10s
|
||||
|
Loading…
Reference in New Issue
Block a user