18 lines
610 B
Cheetah
18 lines
610 B
Cheetah
{
|
|
"EmailSettings": {
|
|
"FeedbackName": "{{ env "ORG_NAME" }}",
|
|
"FeedbackEmail": "{{ env "ORG_EMAIL_ADDRESS" }}",
|
|
"ReplyToAddress": "{{ env "ORG_EMAIL_ADDRESS" }}",
|
|
"EnableSMTPAuth": true,
|
|
"SMTPUsername": "{{ env "SMTP_USER" }}",
|
|
"SMTPPassword": "{{ secret "smtp_pass" }}",
|
|
"SMTPServer": "{{ env "SMTP_HOST" }}",
|
|
"SMTPPort": "{{ env "SMTP_PORT" }}",
|
|
"ConnectionSecurity": "{{ env "SMTP_SECURITY" }}",
|
|
},
|
|
"SupportSettings": {
|
|
"SupportEmail": "{{ env "ORG_EMAIL_ADDRESS" }}"
|
|
},
|
|
"CoopCloudManaged": {
|
|
}
|
|
} |