mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-02 23:05:47 +03:00
Updated Custom Configuration (markdown)
parent
b3641ae604
commit
594f312070
1 changed files with 18 additions and 1 deletions
|
@ -21,6 +21,7 @@ The configuration file is split into sections:
|
||||||
* [proxy](#proxy)
|
* [proxy](#proxy)
|
||||||
* [authentication](#authentication)
|
* [authentication](#authentication)
|
||||||
* [admin](#admin)
|
* [admin](#admin)
|
||||||
|
* [error](#error)
|
||||||
|
|
||||||
_System_: This section specifies system specific parameters
|
_System_: This section specifies system specific parameters
|
||||||
|
|
||||||
|
@ -137,4 +138,20 @@ Advertises an email address where people can reach the administrator.
|
||||||
|
|
||||||
`""` = Disabled (default)
|
`""` = Disabled (default)
|
||||||
|
|
||||||
Example: `email = "admin@instance.rss-bridge.com"`
|
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
|
Loading…
Add table
Reference in a new issue