mirror of https://github.com/caronc/apprise
Updated config_yaml (markdown)
parent
80ebea99a0
commit
7ef31933ce
|
@ -1,5 +1,5 @@
|
|||
## YAML Based Configuration Files
|
||||
YAML Support added now which is slightly different then how it was identified at the start of this thread (so ignore that and role with this instead). Here is the configuration in it's absolute simplest form:
|
||||
YAML Support offers a much more advance use then what is provided by the TEXT format. Here is the configuration in it's absolute simplest form:
|
||||
```yaml
|
||||
#
|
||||
# Minimal Configuration Example
|
||||
|
@ -100,7 +100,7 @@ urls:
|
|||
# when to use the dash (-) and when not to. Each time you do, you will
|
||||
# cause another instance to be created.
|
||||
|
||||
# Defining more then 1 element to a muti-set is easy, it looks like this:
|
||||
# Defining more then 1 element to a multi-set is easy, it looks like this:
|
||||
- mailto://jackson:abc123@hotmail.com:
|
||||
- to: jeff@gmail.com
|
||||
tag: jeff, customer
|
||||
|
|
Loading…
Reference in New Issue