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