Document verify_tls parameter.

This commit is contained in:
Karl Abbott 2022-04-21 13:36:22 -04:00
parent a04f338920
commit c93daf65a7
3 changed files with 3 additions and 0 deletions

View file

@ -28,6 +28,7 @@ Please note that we recognise this situation is less than ideal. We will be work
- `bot_data_size`: The size of the space allocated to bot data.
- `bot_data_path`: The path on the hosting machine to the space allocated
to bot data
- `verify_tls` : Optional. If doing a POC with self-signed certs, set this to 0. The default is 1.
- Restart the install script
## On element

View file

@ -30,6 +30,7 @@ only supports a single node, non-federated configuration.
that will not get kicked from rooms even if they don't belong to them
according to LDAP. This is useful for things like the auditbot. Patterns
listed here will be wrapped in ^ and $ before matching.
- `verify_tls` : Optional. If doing a POC with self-signed certs, set this to 0. The default value is 1.
## Configuring the source

View file

@ -21,6 +21,7 @@ hookshot once installed.
managers. Necessary for integration with dimension.
- `bot_name` : The name of hookshot bot
- `bot_avatar` : An `mxc://` uri to the hookshot bot avatar image.
- `verify_tls` : Optional. If doing a POC with self-signed certificates, set this to 0. Defaults to 1.
- Restart the install script
## Enabling GitHub Integration