mirror of https://github.com/caronc/apprise
Updated config (markdown)
parent
df64d892e8
commit
21f26a9b3a
|
@ -104,7 +104,7 @@ a.notify(tag="devops")
|
||||||
|
|
||||||
## Apprise Config Format Detection:
|
## Apprise Config Format Detection:
|
||||||
### File Based (file://)
|
### File Based (file://)
|
||||||
* .yml and **.yaml** files are assumed to be YAML
|
* **.yml** and **.yaml** files are assumed to be YAML
|
||||||
* as anything else is assumed to follow the TEXT
|
* as anything else is assumed to follow the TEXT
|
||||||
|
|
||||||
### Web Based (http:// and https://)
|
### Web Based (http:// and https://)
|
||||||
|
@ -158,5 +158,4 @@ notify -b "has TagA OR TagB" --tag=TagA --tag=TagB
|
||||||
# For each item you group with the same --tag value is AND'ed
|
# For each item you group with the same --tag value is AND'ed
|
||||||
notify -b "has TagA AND TagB" --tag="TagA, TagB"
|
notify -b "has TagA AND TagB" --tag="TagA, TagB"
|
||||||
notify -b "has (TagA AND TagB) OR TagC" --tag="TagA, TagB" --tag=TagC
|
notify -b "has (TagA AND TagB) OR TagC" --tag="TagA, TagB" --tag=TagC
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue