forked from public/stack
Compare commits
No commits in common. "a8ce7cc03c175fe06ddef0c1375094a4d52d338f" and "11840a0947220a590493722b39cdb98e8bf63466" have entirely different histories.
a8ce7cc03c
...
11840a0947
|
@ -49,20 +49,6 @@ 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
|
||||
|
@ -75,7 +61,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