From bcd178dd529dc119d46c44447db08f20642f4291 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 30 Sep 2019 12:34:28 -0400 Subject: [PATCH] Updated config (markdown) --- config.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config.md b/config.md index 28b2e43..3a7ab93 100644 --- a/config.md +++ b/config.md @@ -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