Repository URL to install this package:
|
Version:
2.0.0~rc10 ▾
|
# Dkron example configuration file
# server: false
# bind-addr: "{{ GetPrivateIP }}:8946"
# log-level: debug
# tags:
# dc: east
# encrypt: a-valid-key-generated-with-dkron-keygen
# retry-join:
# - provider=aws region=eu-west-1 tag_key=consul tag_value=... access_key_id=... secret_access_key=...
# - 10.0.0.1
# - 10.0.0.2
# - 10.0.0.3
# webhook-url: https://hooks.slack.com/services/XXXXXX/XXXXXXX/XXXXXXXXXXXXXXXXXXXX
# webhook-payload: ""{\"text\":\"A status of {{.JobName}} is {{.Success}}\",\"username\":\"DkronBot\"}""
# webhook-headers:
# - Content-Type:application/json
# mail-host: email-smtp.eu-west-1.amazonaws.com
# mail-port: 25
# mail-username": mailuser
# mail-password": mailpassword
# mail-from": cron@example.com
# mail-subject-prefix: [Dkron]