3 lines
284 B
Cheetah
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 }}
|