From 594f312070a6f9cf8fc8fe01b7181ec1bf5b708b Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Thu, 31 Oct 2019 18:48:52 +0100 Subject: [PATCH] Updated Custom Configuration (markdown) --- Custom-Configuration.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/Custom-Configuration.md b/Custom-Configuration.md index f31f717..f83f78e 100644 --- a/Custom-Configuration.md +++ b/Custom-Configuration.md @@ -21,6 +21,7 @@ The configuration file is split into sections: * [proxy](#proxy) * [authentication](#authentication) * [admin](#admin) +* [error](#error) _System_: This section specifies system specific parameters @@ -137,4 +138,20 @@ Advertises an email address where people can reach the administrator. `""` = Disabled (default) -Example: `email = "admin@instance.rss-bridge.com"` \ No newline at end of file +Example: `email = "admin@instance.rss-bridge.com"` + +## error + +This section provides following parameters: + +- [output](#output) + +### output + +Defines how error messages are returned by RSS-Bridge + +`feed`: As part of the feed (default) + +`http`: As HTTP error message + +`none`: No errors are reported \ No newline at end of file