Files
Stoat/Revolt.toml
2026-02-21 20:12:56 +00:00

15 lines
463 B
TOML

[api.smtp]
# Email server configuration for verification
# Defaults to no email verification (host field is empty)
host = "mail.gensokyo.live"
username = "stoat@gensokyo.live"
password = ""
from_address = "stoat@gensokyo.live"
reply_to = "noreply@gensokyo.live"
port = 465
use_tls = true
[api.registration]
# Whether an invite should be required for registration
# See https://github.com/revoltchat/self-hosted#making-your-instance-invite-only
invite_only = true