Updated config (markdown)

Chris Caron
2019-09-30 12:34:28 -04:00
parent 3bdc03f00b
commit bcd178dd52

@@ -1,4 +1,4 @@
## Apprise Configuration
## :mega: Apprise Configuration
Configuration allows you to identify all of your notification services in one or more secure spots.
There are 2 supported formats:
@@ -118,7 +118,8 @@ a.notify(tag="devops")
* as anything else is assumed to follow the TEXT
### Web Based (http:// and https://)
for HTTP requests, the **Content-Type** (Mime Type) is very important.
Apprise is capable of retrieving your configuration from a remote HTTP server. For HTTP requests, the **Content-Type** HTTP Header (which defines Mime Type) is very important.
Support YAML formats:
- **text/yaml**
- **text/x-yaml**
@@ -157,7 +158,7 @@ a.add(config)
a.notify("hello world!")
```
## Tagging from the CLI:
## :label: Tagging from the CLI:
Tagging (with the **--tag=** (or **-g**) allows you to only notify entries from the configuration you defined that you want to. You could define hundreds of entries and through tagging, just notify a few (or if any at all).
```bash