mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 08:38:34 +00:00
chore: update schema
This commit is contained in:
@@ -227,7 +227,7 @@
|
|||||||
},
|
},
|
||||||
"SMTP.ignoreTLS": {
|
"SMTP.ignoreTLS": {
|
||||||
"type": "boolean",
|
"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
|
"default": false
|
||||||
},
|
},
|
||||||
"fallbackDomains": {
|
"fallbackDomains": {
|
||||||
@@ -267,7 +267,7 @@
|
|||||||
},
|
},
|
||||||
"fallbackSMTP.ignoreTLS": {
|
"fallbackSMTP.ignoreTLS": {
|
||||||
"type": "boolean",
|
"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
|
"default": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -121,7 +121,7 @@
|
|||||||
},
|
},
|
||||||
"SMTP.ignoreTLS": {
|
"SMTP.ignoreTLS": {
|
||||||
"type": "Boolean",
|
"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"
|
"env": "MAILER_IGNORE_TLS"
|
||||||
},
|
},
|
||||||
"fallbackDomains": {
|
"fallbackDomains": {
|
||||||
@@ -154,7 +154,7 @@
|
|||||||
},
|
},
|
||||||
"fallbackSMTP.ignoreTLS": {
|
"fallbackSMTP.ignoreTLS": {
|
||||||
"type": "Boolean",
|
"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": {
|
"doc": {
|
||||||
|
|||||||
Reference in New Issue
Block a user