synapse-registration/config.dist.yaml

21 lines
496 B
YAML
Raw Permalink Normal View History

synapse:
admin_token: syt_your_admin_token
server: https://matrix.your.server
domain: your.server # i.e. the part after the : in your matrix ID
hosts:
- register.matrix.your.server
email:
host: mail.your.server
port: 587
username: registrations@your.server
password: your_password
tls: true
admin:
email: admin@your.server
trust_proxy: false
auto_join:
- "!your_room_id:your.server"
legal:
- title: "Terms of Service"
url: "https://matrix.your.server/_matrix/consent"