Auth service
This commit is contained in:
parent
8c2356d303
commit
ba8fa9ab66
@ -53,6 +53,8 @@
|
|||||||
additional:
|
additional:
|
||||||
0-customConfig:
|
0-customConfig:
|
||||||
config: |
|
config: |
|
||||||
|
passwords:
|
||||||
|
enabled: false
|
||||||
email:
|
email:
|
||||||
from: '"Matrix Authentication Service" <matrix-authentication-service@eom.dev>'
|
from: '"Matrix Authentication Service" <matrix-authentication-service@eom.dev>'
|
||||||
reply_to: '"No reply" <no-reply@eom.dev>'
|
reply_to: '"No reply" <no-reply@eom.dev>'
|
||||||
@ -118,11 +120,24 @@
|
|||||||
additional:
|
additional:
|
||||||
1-custom-config:
|
1-custom-config:
|
||||||
config: |
|
config: |
|
||||||
|
experimental_features:
|
||||||
|
msc3266_enabled: true
|
||||||
|
msc4222_enabled: true
|
||||||
|
max_event_delay_duration: 24h
|
||||||
|
rc_message:
|
||||||
|
per_second: 0.5
|
||||||
|
burst_count: 30
|
||||||
|
rc_delayed_event_mgmt:
|
||||||
|
per_second: 1
|
||||||
|
burst_count: 20
|
||||||
|
enable_metrics: true
|
||||||
smtp_host: postfix.eom.dev
|
smtp_host: postfix.eom.dev
|
||||||
smtp_port: 587
|
smtp_port: 587
|
||||||
smtp_user: synapse
|
smtp_user: synapse
|
||||||
smtp_pass: {{ synapse_admin_password }}
|
smtp_pass: {{ synapse_admin_password }}
|
||||||
client_base_url: https://element.eom.dev/
|
client_base_url: https://element.eom.dev/
|
||||||
auto_join_rooms:
|
auto_join_rooms:
|
||||||
|
- "#main:eom.dev"
|
||||||
- "#general:eom.dev"
|
- "#general:eom.dev"
|
||||||
|
- "#help:eom.dev"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user