From e7c7d23fe17a56b10aa4eb9923198b607ddfb08f Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 9 Mar 2024 16:57:15 -0500 Subject: [PATCH] Updated config (markdown) --- config.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/config.md b/config.md index e84cc17..6b88df4 100644 --- a/config.md +++ b/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.