Updated config (markdown)

master
Chris Caron 2019-09-30 09:26:27 -04:00
parent 349dcb28c5
commit 4cf2fe2cd3
1 changed files with 2 additions and 1 deletions

@ -46,7 +46,8 @@ notify --config=https://myserver/my/apprise/config \
# load all of your services but only trigger the specific ones you're # load all of your services but only trigger the specific ones you're
# interested in notifying: # interested in notifying:
notify --config=https://myserver/my/apprise/config \ notify --config=https://myserver/my/apprise/config \
--config=/a/path/on/the/local/pc -b "notify everything" \ --config=/a/path/on/the/local/pc \
-b "notify urls tagged with my-admin-team only" \
--tag=my-admin-team --tag=my-admin-team
``` ```