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:
Silvan 2020-07-07 16:53:07 +02:00 committed by GitHub
parent 141fe5f4e4
commit c6e8597eeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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