prosody/defaults/bosh.yml
meaz 848f5e474e Better match with latest developpement (#24)
A few things that needed to be fixed (errors that you can see with `prosodyctl check` on prod) + better match with `prosody.cfg.lua.dist` example from trunk

Co-authored-by: meaz <meaz@disroot.org>
Co-authored-by: muppeth <muppeth@disroot.org>
Reviewed-on: #24
Reviewed-by: muppeth <muppeth@no-reply@disroot.org>
2022-09-06 19:37:21 +00:00

6 lines
189 B
YAML

## BOSH
prosody_bosh_enabled: 'true' # used in configure.yml
prosody_bosh_max_inactivity: '60'
prosody_bosh_secure: 'true'
prosody_ssl_key: '/path/to/key'
prosody_ssl_cert: '/path/to/cert'