feat: Add TLS ciphers option (#2217)

closes #2175
This commit is contained in:
Tom Moor
2021-06-15 21:37:41 -07:00
committed by GitHub
parent d205c48296
commit de285f2b63
3 changed files with 15 additions and 0 deletions

View File

@@ -135,6 +135,15 @@
"description": "wikireply@example.com (optional)",
"required": false
},
"SMTP_SECURE": {
"value": "true",
"description": "Use a secure SMTP connection (optional)",
"required": false
},
"SMTP_TLS_CIPHERS": {
"description": "Override SMTP cipher configuration (optional)",
"required": false
},
"GOOGLE_ANALYTICS_ID": {
"description": "UA-xxxx (optional)",
"required": false