mirror of
https://github.com/element-hq/ems-docs.git
synced 2026-01-11 19:46:31 +00:00
Document verify_tls parameter.
This commit is contained in:
parent
a04f338920
commit
c93daf65a7
3 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue