mirror of
https://github.com/caronc/apprise.git
synced 2025-03-02 17:12:26 +01:00
Updated config_text (markdown)
parent
3a7bce9d53
commit
3f73b21c9e
@ -71,6 +71,8 @@ devops=slack://tokenA/tokenB/TokenC
|
||||
|
||||
All loaded configuration files can also contain the `include` keyword as well. But by default they `include` recursion only happens at 1 level. If you want to allow more files to be included, you need to specify `--recursion-depth` (`-R`) and set it to the number of recursive levels you will allow the include to occur for. By default this is set to 1 with the `apprise` tool.
|
||||
|
||||
**Note:** For security reasons, an `http://` configuration source can NOT `include` a `file://` source.
|
||||
|
||||
## Web Hosted TEXT Configuration
|
||||
Apprise can retrieve configuration files from over a network as well using the HTTP protocol.
|
||||
For HTTP requests, the **Content-Type** HTTP Header (_which defines Mime Type_) is very important. Apprise will parse remote network hosted configuration files as TEXT so long as you're using one of the following **Content-Type** entries:
|
||||
|
Loading…
Reference in New Issue
Block a user