Skip to content

Instantly share code, notes, and snippets.

@SgiobairOg
Last active December 8, 2020 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SgiobairOg/0feb228182fa9fd712f67a8466951ddb to your computer and use it in GitHub Desktop.
Save SgiobairOg/0feb228182fa9fd712f67a8466951ddb to your computer and use it in GitHub Desktop.
const { DATABASE_USER, SPECIAL_API_KEY } = process.env
console.log(`
Two things we should never share publicly...
- our database name, and
- our API key
(${DATABASE_USER} and ${SPECIAL_API_KEY} respectively)
`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment