Update Sonarr docs for new optional urlbase option (#1622)

This commit is contained in:
Nick Sabinske 2016-12-18 13:05:17 -05:00 committed by Paulus Schoutsen
parent ae44d3007c
commit b64a929ae3

View File

@ -38,6 +38,7 @@ Configuration variables:
- **diskspace**: Available disk space.
- **host** (*Optional*): The host Sonarr is running on (Default: localhost).
- **port** (*Optional*): The port Sonarr is running on (Default: 8989).
- **urlbase** (*Optional*): The base URL Sonarr is running under (Default: /).
- **days** (*Optional*): How many days to look ahead for the upcoming sensor, 1 means today only (Default: 1).
- **included_paths** (*Optional*): Array of filepaths to include when calculating diskspace. Leave blank to include all.
- **unit**: (*Optional*): The unit to display disk space in (Default: GB).