chore: update schema

This commit is contained in:
DarkSky
2025-11-15 14:45:18 +08:00
parent 525b65c6ca
commit e5db0e66c1
2 changed files with 4 additions and 4 deletions

View File

@@ -227,7 +227,7 @@
},
"SMTP.ignoreTLS": {
"type": "boolean",
"description": "Whether ignore email server's TSL certification verification. Enable it for self-signed certificates.\n@default false\n@environment `MAILER_IGNORE_TLS`",
"description": "Whether ignore email server's TLS certificate verification. Enable it for self-signed certificates.\n@default false\n@environment `MAILER_IGNORE_TLS`",
"default": false
},
"fallbackDomains": {
@@ -267,7 +267,7 @@
},
"fallbackSMTP.ignoreTLS": {
"type": "boolean",
"description": "Whether ignore email server's TSL certification verification. Enable it for self-signed certificates.\n@default false",
"description": "Whether ignore email server's TLS certificate verification. Enable it for self-signed certificates.\n@default false",
"default": false
}
}

View File

@@ -121,7 +121,7 @@
},
"SMTP.ignoreTLS": {
"type": "Boolean",
"desc": "Whether ignore email server's TSL certification verification. Enable it for self-signed certificates.",
"desc": "Whether ignore email server's TLS certificate verification. Enable it for self-signed certificates.",
"env": "MAILER_IGNORE_TLS"
},
"fallbackDomains": {
@@ -154,7 +154,7 @@
},
"fallbackSMTP.ignoreTLS": {
"type": "Boolean",
"desc": "Whether ignore email server's TSL certification verification. Enable it for self-signed certificates."
"desc": "Whether ignore email server's TLS certificate verification. Enable it for self-signed certificates."
}
},
"doc": {