Skip to content

Instantly share code, notes, and snippets.

@bunnyhawk
Created October 30, 2020 18:07
Show Gist options
  • Save bunnyhawk/12f6b3ab96dd6de96702c81172a25b79 to your computer and use it in GitHub Desktop.
Save bunnyhawk/12f6b3ab96dd6de96702c81172a25b79 to your computer and use it in GitHub Desktop.
aws nodemailer secrets
default: &default # Shared variables
<<: *default
EXAMPLE_DEFAULT_KEY: "EXAMPLE_VALUE"
dev: # Environment specific variables
<<: *default
MAIL_ACCESS: "YOUR_PASSWORD_HERE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment