chore: 邮件配置页面字段调整

This commit is contained in:
KAI
2024-05-27 13:38:36 +00:00
committed by Charles7c
parent c104ba5445
commit 6e520a3072
2 changed files with 46 additions and 33 deletions

View File

@@ -283,13 +283,14 @@ export interface BasicConfig {
/** 邮箱配置类型 */
export interface MailConfig {
MAIL_SEND_TYPE: string
MAIL_SMTP_SERVER: string
MAIL_PROTOCOL: string
MAIL_HOST: string
MAIL_SMTP_PORT: string
MAIL_SMTP_USERNAME: string
MAIL_SMTP_PASSWORD: string
MAIL_SMTP_VERIFY_TYPE: string
MAIL_FROM: string
MAIL_SSL_ENABLE: string
MAIL_SSL_PORT: string
}
/** 安全配置类型 */