Add Revolt.toml

This commit is contained in:
2026-02-21 03:02:30 +00:00
parent a391547955
commit 66b89bc53f

10
Revolt.toml Normal file
View File

@@ -0,0 +1,10 @@
[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