15 lines
464 B
TOML
15 lines
464 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 = false |