bundles/mx-puppet-discord: config tweaks
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
dddb387e58
commit
4e72b41971
1 changed files with 2 additions and 0 deletions
|
@ -3,10 +3,12 @@ bridge:
|
||||||
bindAddress: ${node.metadata['mx-puppet-discord'].get('listen-addr', '127.0.0.1')}
|
bindAddress: ${node.metadata['mx-puppet-discord'].get('listen-addr', '127.0.0.1')}
|
||||||
domain: ${node.metadata['mx-puppet-discord']['homeserver']['domain']}
|
domain: ${node.metadata['mx-puppet-discord']['homeserver']['domain']}
|
||||||
homeserverUrl: ${node.metadata['mx-puppet-discord']['homeserver']['url']}
|
homeserverUrl: ${node.metadata['mx-puppet-discord']['homeserver']['url']}
|
||||||
|
enableGroupSync: true
|
||||||
|
|
||||||
presence:
|
presence:
|
||||||
enabled: true
|
enabled: true
|
||||||
interval: 500
|
interval: 500
|
||||||
|
disableStatusState: true
|
||||||
|
|
||||||
provisioning:
|
provisioning:
|
||||||
whitelist:
|
whitelist:
|
||||||
|
|
Loading…
Reference in a new issue