mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized bbb variables
This commit is contained in:
@@ -1446,7 +1446,7 @@
|
||||
"smtpServer": {
|
||||
"password": "{{ users['no-reply'].mailu_token }}",
|
||||
"replyToDisplayName": "",
|
||||
"starttls": "{{SYSTEM_EMAIL.START_TLS | lower}}",
|
||||
"starttls": "{{ SYSTEM_EMAIL.START_TLS | lower }}",
|
||||
"auth": "true",
|
||||
"port": "{{ SYSTEM_EMAIL.PORT }}",
|
||||
"replyTo": "",
|
||||
|
Reference in New Issue
Block a user