forked from public/stack
Compare commits
2 Commits
11840a0947
...
a8ce7cc03c
Author | SHA1 | Date |
---|---|---|
Danny Grove | a8ce7cc03c | |
Danny Grove | b2e1530b33 |
|
@ -49,6 +49,20 @@ listeners:
|
|||
- name: [metrics]
|
||||
compress: true
|
||||
|
||||
# Rate Limit
|
||||
rc_invites:
|
||||
per_room:
|
||||
burst_count: 200
|
||||
per_user:
|
||||
burst_count: 200
|
||||
rc_joins:
|
||||
local:
|
||||
burst_count: 200
|
||||
remote:
|
||||
burst_count: 200
|
||||
rc_joins_per_user:
|
||||
burst_count: 200
|
||||
|
||||
# Registration
|
||||
registration:
|
||||
enabled: false
|
||||
|
@ -61,7 +75,7 @@ acme:
|
|||
|
||||
# Bridges
|
||||
app_service_config_files:
|
||||
# - /bridges/appservice-matrix-bridge.yaml
|
||||
- /bridges/appservice-matrix-bridge.yaml
|
||||
- /bridges/mautrix-telegram-bridge.yaml
|
||||
- /bridges/mautrix-slack-bridge.yaml
|
||||
- /bridges/doublepuppet.yaml
|
||||
|
|
Loading…
Reference in New Issue