install.fairie/system/usr/local/etc/clamav/dot_env.tmpl
Brian Zalewski 2731e1121b Latest
2024-05-28 03:45:14 +00:00

3 lines
284 B
Cheetah

SENDGRID_API_KEY={{ if (stat (joinPath .chezmoi.sourceDir ".chezmoitemplates" "secrets" "SENDGRID_API_KEY")) }}{{ includeTemplate "secrets/SENDGRID_API_KEY" | decrypt | trim }}{{ else }}{{ env "SENDGRID_API_KEY" }}{{ end }}
EMAIL_FROM={{ .host.smtp.from }}
EMAIL_TO={{ .user.email }}