fix: config escape error (#13936)

fix #13702
This commit is contained in:
DarkSky
2025-11-14 23:24:44 +08:00
committed by GitHub
parent e379da200e
commit abe73e9996
4 changed files with 24 additions and 24 deletions

View File

@@ -116,7 +116,7 @@
},
"SMTP.sender": {
"type": "String",
"desc": "Sender of all the emails (e.g. \"AFFiNE Team <noreply@affine.pro>\")",
"desc": "Sender of all the emails (e.g. \"AFFiNE Self Hosted <noreply@example.com>\")",
"env": "MAILER_SENDER"
},
"SMTP.ignoreTLS": {
@@ -150,7 +150,7 @@
},
"fallbackSMTP.sender": {
"type": "String",
"desc": "Sender of all the emails (e.g. \"AFFiNE Team <noreply@affine.pro>\")"
"desc": "Sender of all the emails (e.g. \"AFFiNE Self Hosted <noreply@example.com>\")"
},
"fallbackSMTP.ignoreTLS": {
"type": "Boolean",