matrixbridge/ppfun-bridge/ppfun-registration.yaml

15 lines
429 B
YAML

id: SOME_UNIQUE_ID_CAN_BE_A_RANDOM_STRING
hs_token: CHANGE_THIS_TO_SOME_LONG_RANDOM_STRING
as_token: CHANGE_THIS_TO_SOME_DIFFERENT_LONG_RANDOM_STRING
# the url of the application service, its set to 8009 per default
url: http://127.0.0.1:8009
# the pp prefix is hardcoded, don't change it
sender_localpart: pp
namespaces:
users:
- exclusive: false
regex: '@pp_*'
aliases:
- exclusive: true
regex: '#pp_*'