mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-02 02:00:49 +08:00
fix(server): config typo (#13913)
Fix a typo on the SMTP configuration page
This commit is contained in:
@@ -61,7 +61,7 @@ defineModuleConfig('mailer', {
|
||||
env: 'MAILER_SENDER',
|
||||
},
|
||||
'SMTP.ignoreTLS': {
|
||||
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.",
|
||||
default: false,
|
||||
env: ['MAILER_IGNORE_TLS', 'boolean'],
|
||||
},
|
||||
@@ -96,7 +96,7 @@ defineModuleConfig('mailer', {
|
||||
default: '',
|
||||
},
|
||||
'fallbackSMTP.ignoreTLS': {
|
||||
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.",
|
||||
default: false,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user