synapse-registration/config.dist.yaml
Kumi b5c816e748
feat: Add initial Synapse registration Django app
Sets up a Django application for user registration with Synapse,
including database models, forms, views, and templates. Introduces
functionality for user registration approval and email verification.
Configures Django project settings, URLs, and email handling.
Includes a sample configuration file and .gitignore additions.
2024-11-16 15:22:46 +01:00

14 lines
No EOL
342 B
YAML

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