Fix config types

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2026-01-21 09:03:12 +08:00
parent d04f8cdc44
commit 632fa6cf8e
2 changed files with 0 additions and 2 deletions

View File

@@ -24,7 +24,6 @@ email:
port:
username:
password:
from:
security:
insecure_skip_verify:
secrets:

View File

@@ -45,7 +45,6 @@ type email struct {
Port string `yaml:"port"`
Username string `yaml:"username"`
Password string `yaml:"password"`
From string `yaml:"from"`
Security string `yaml:"security"`
InsecureSkipVerify bool `yaml:"insecure_skip_verify"`
}