Compare commits
2 commits
497d4fff30
...
121a261ecd
Author | SHA1 | Date | |
---|---|---|---|
|
121a261ecd | ||
|
b9216f230b |
2 changed files with 4 additions and 3 deletions
|
@ -31,7 +31,7 @@ homeservers:
|
|||
% endfor
|
||||
|
||||
accessTokens:
|
||||
maxCacheTimeSeconds: 0
|
||||
maxCacheTimeSeconds: 10
|
||||
useLocalAppserviceConfig: false
|
||||
|
||||
admins:
|
||||
|
@ -137,8 +137,8 @@ thumbnails:
|
|||
|
||||
rateLimit:
|
||||
enabled: true
|
||||
requestsPerSecond: 10
|
||||
burst: 50
|
||||
requestsPerSecond: 100
|
||||
burst: 5000
|
||||
|
||||
identicons:
|
||||
enabled: true
|
||||
|
|
|
@ -118,6 +118,7 @@ nodes['htz-cloud.miniserver'] = {
|
|||
'sophies-kitchen.eu': {
|
||||
'domain': 'http://[::1]:20080/',
|
||||
'api': 'synapse',
|
||||
'signing_key_path': "/etc/matrix-synapse/mmr.signing.key"
|
||||
},
|
||||
},
|
||||
'admins': {
|
||||
|
|
Loading…
Reference in a new issue