mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized variable typos
This commit is contained in:
@@ -1681,9 +1681,9 @@
|
||||
"replyToDisplayName": "",
|
||||
"starttls": "{{system_email.start_tls | lower}}",
|
||||
"auth": "true",
|
||||
"port": "{{system_email.port}}",
|
||||
"port": "{{ system_email.port }}",
|
||||
"replyTo": "",
|
||||
"host": "{{system_email.host}}",
|
||||
"host": "{{ system_email.host }}",
|
||||
"from": "{{ users['no-reply'].email }}",
|
||||
"fromDisplayName": "Keycloak Authentification System - {{domains | get_domain('web-app-keycloak')}}",
|
||||
"envelopeFrom": "",
|
||||
|
Reference in New Issue
Block a user