Update secret-generator.sh

This commit is contained in:
njackson 2025-02-11 03:23:19 +00:00
parent 2b4c37ab84
commit 5f775a9049

View file

@ -32,8 +32,8 @@ GMAIL_APP_PASSWORD="9e847ec32783381d4ff3a316c8157c64-667818f5-9bf832a6"
# We'll embed these in a JSON object that Swoosh can parse: # We'll embed these in a JSON object that Swoosh can parse:
OUTBOUND_EMAIL_ADAPTER_OPTS="$(cat <<EOF OUTBOUND_EMAIL_ADAPTER_OPTS="$(cat <<EOF
{ {
api_key: "6c560f38672717eb06055acd32d52966-667818f5-7e660ceb", "api_key": "6c560f38672717eb06055acd32d52966-667818f5-7e660ceb",
domain: "mg.calegix.net" "domain": "mg.calegix.net"
} }
EOF EOF
)" )"