Skip to content

Commit 3bb07ac

Browse files
committed
fix: improve apprise comments in the config file
1 parent 8bb489a commit 3bb07ac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

script-config.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ HEALTHCHECKS_URL="https://hc-ping.com/"
3232
# It supersedes "Hook Notification", which will be
3333
# eventually dismissed in the future.
3434
# Set APPRISE to 1 to enable, 0 to disable.
35+
APPRISE=0
3536
# Set APPRISE_URL according to the service you want to invoke.
36-
# Set APPRISE_ATTACH to get the report attached to the notification if a
37-
# warning is issued. Not all services support this option.
3837
# Apprise documentation and URL examples can be found here:
3938
# https://github.com/caronc/apprise
4039
# You can use multiple Apprise URLS separated by spaces.
4140
# Example with Discord and Telegram:
4241
# APPRISE_URL=("discord://<your-webook-url>" "tgram://<your-bot-token-here>/<your-chat-id-here>")
43-
APPRISE=0
4442
APPRISE_URL=()
43+
# Set APPRISE_ATTACH to get the report attached to the notification if a
44+
# warning is issued. Not all services support this option.
4545
APPRISE_ATTACH=0
4646
# Set to 1 to suppress Apprise notifications on successful runs.
4747
# Warnings and errors will still be notified. Useful to reduce noise

0 commit comments

Comments
 (0)