minor comment changes to notifications
This commit is contained in:
parent
b92d60f028
commit
b90289d33b
1 changed files with 3 additions and 3 deletions
|
|
@ -405,20 +405,20 @@ MAIL="mailx" # default command for Linux mail
|
||||||
# NOTIFICATIONS
|
# NOTIFICATIONS
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# Third-pary notification services. If no NOTIFICATION_SERVICE provided, no
|
# Third-party notification services. If NOTIFICATION_SERVICE is not provided, no
|
||||||
# notifications will be sent.
|
# notifications will be sent.
|
||||||
|
|
||||||
# NOTIFICATION_SERVICE="slack"
|
|
||||||
NOTIFICATION_SERVICE=
|
|
||||||
NOTIFICATION_FAILURE_ONLY="yes" # send notifications only if there was an error while creating backup
|
NOTIFICATION_FAILURE_ONLY="yes" # send notifications only if there was an error while creating backup
|
||||||
|
|
||||||
# Provider: Slack
|
# Provider: Slack
|
||||||
|
# NOTIFICATION_SERVICE="slack" # uncomment to activate
|
||||||
SLACK_HOOK_URL="https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX"
|
SLACK_HOOK_URL="https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX"
|
||||||
SLACK_CHANNEL="#general"
|
SLACK_CHANNEL="#general"
|
||||||
SLACK_USERNAME="duplicity-backup"
|
SLACK_USERNAME="duplicity-backup"
|
||||||
SLACK_EMOJI="package"
|
SLACK_EMOJI="package"
|
||||||
|
|
||||||
# Provider: Pushover
|
# Provider: Pushover
|
||||||
|
# NOTIFICATION_SERVICE="pushover" # uncomment to activate
|
||||||
PUSHOVER_TOKEN="" # App token generated at pushover.net
|
PUSHOVER_TOKEN="" # App token generated at pushover.net
|
||||||
PUSHOVER_USER="" # User key from pushover.net
|
PUSHOVER_USER="" # User key from pushover.net
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue