From da7166a7ea95f856b80edf9964e1b25f96c72d2d Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Thu, 17 Jul 2025 14:34:57 -0700 Subject: [PATCH] fix config --- install/config/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/config/config.yml b/install/config/config.yml index c4145fa2..5f81c141 100644 --- a/install/config/config.yml +++ b/install/config/config.yml @@ -30,7 +30,7 @@ orgs: email: smtp_host: "{{.EmailSMTPHost}}" smtp_port: {{.EmailSMTPPort}} - smtp_user: "{{.EmailSMTPUser}allow_base_domain_resources}" + smtp_user: "{{.EmailSMTPUser}}" smtp_pass: "{{.EmailSMTPPass}}" no_reply: "{{.EmailNoReply}}" {{end}}