mirror of https://github.com/caronc/apprise
Updated config (markdown)
parent
2757b265e4
commit
e7c7d23fe1
18
config.md
18
config.md
|
@ -31,15 +31,33 @@ The following lines work really with the command line:
|
|||
|
||||
If the Apprise CLI tool is executed without any notification URLs or Configuration based ones specified, then the following local files are tested to see if they exist and can be processed:
|
||||
* **~/.apprise**
|
||||
* **~/.apprise.conf**
|
||||
* **~/.apprise.yml**
|
||||
* **~/.apprise.yaml**
|
||||
* **~/.config/apprise**
|
||||
* **~/.config/apprise.conf**
|
||||
* **~/.config/apprise.yml**
|
||||
* **~/.config/apprise.yaml**
|
||||
|
||||
Global Configuration Reference is also supported:
|
||||
* **/etc/apprise**
|
||||
* **/etc/apprise.conf**
|
||||
* **/etc/apprise.yml**
|
||||
* **/etc/apprise.yaml**
|
||||
* **/etc/apprise**
|
||||
* **/etc/apprise/apprise.conf**
|
||||
* **/etc/apprise/apprise.yml**
|
||||
* **/etc/apprise/apprise.yaml**
|
||||
|
||||
Microsoft Windows users can find the configuration path as:
|
||||
* **%APPDATA%/Apprise/apprise**
|
||||
* **%APPDATA%/Apprise/apprise.conf**
|
||||
* **%APPDATA%/Apprise/apprise.yml**
|
||||
* **%APPDATA%/Apprise/apprise.yaml**
|
||||
* **%LOCALAPPDATA%/Apprise/apprise**
|
||||
* **%LOCALAPPDATA%/Apprise/apprise.conf**
|
||||
* **%LOCALAPPDATA%/Apprise/apprise.yml**
|
||||
* **%LOCALAPPDATA%/Apprise/apprise.yaml**
|
||||
|
||||
**Note:** The configuration locations identified above are ignored if a **--config** (**-c**) argument is specified.
|
||||
|
||||
|
|
Loading…
Reference in New Issue