Update secret-generator.sh
This commit is contained in:
parent
2b4c37ab84
commit
5f775a9049
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
)"
|
)"
|
||||||
|
|
Loading…
Reference in a new issue