Update secret-generator.sh

This commit is contained in:
njackson 2025-02-07 07:29:58 +00:00
parent 6e3cd67bc5
commit 53af31bac4

View file

@ -32,13 +32,8 @@ GMAIL_APP_PASSWORD="9e847ec32783381d4ff3a316c8157c64-667818f5-9bf832a6"
# We'll embed these in a JSON object that Swoosh can parse:
OUTBOUND_EMAIL_ADAPTER_OPTS="$(cat <<EOF
{
"relay": "smtp.mailgun.org",
"username": "${GMAIL_USERNAME}",
"password": "${GMAIL_APP_PASSWORD}",
"port": 587,
"ssl": false,
"tls": "always",
"auth": "always"
api_key: "6c560f38672717eb06055acd32d52966-667818f5-7e660ceb",
domain: "mg.calegix.net"
}
EOF
)"