This repository has been archived on 2023-03-15. You can view files and clone it, but cannot push or open issues or pull requests.
infrastructure/app/im/config/easybridge/registration.yaml.tpl

15 lines
388 B
Smarty

id: Easybridge
url: http://easybridge-api.service.2.cluster.deuxfleurs.fr:8321
as_token: {{ key "secrets/chat/easybridge/as_token" | trimSpace }}
hs_token: {{ key "secrets/chat/easybridge/hs_token" | trimSpace }}
sender_localpart: _ezbr_
rate_limited: false
namespaces:
users:
- exclusive: true
regex: '@.*_ezbr_'
aliases:
- exclusive: true
regex: '#.*_ezbr_'
rooms: []