Change True/False Capital letters to lower case true/false (#6542)

This commit is contained in:
vMeph 2018-10-06 12:45:45 +01:00 committed by Franck Nijhof
parent 863fe93c25
commit be7d1d7ae8

View File

@ -52,8 +52,8 @@ In case [discovery](/components/discovery/) does not work (GDM disabled or non-l
- **IP_ADDRESS** (*Required*): IP address of the Plex Media Server.
- **PORT** (*Required*): Port where Plex is listening. Default is 32400.
- **TOKEN** (*Optional*): Only if authentication is required. Set to `null` (without quotes) otherwise.
- **ssl** (*Optional*): Whether to use SSL/TLS or not. Defaults to `False` if not present.
- **verify** (*Optional*): Perform a verification of the certificate. To allow invalid or self-signed SSL certificates set it to `False`. Defaults to `True` if not present.
- **ssl** (*Optional*): Whether to use SSL/TLS or not. Defaults to `false` if not present.
- **verify** (*Optional*): Perform a verification of the certificate. To allow invalid or self-signed SSL certificates set it to `false`. Defaults to `true` if not present.
## {% linkable_title Customization %}