Skip to content

Instantly share code, notes, and snippets.

@vncsna
Last active March 19, 2021 18:18
Show Gist options
  • Save vncsna/50d998b22e08707d4e1db361d3270ce2 to your computer and use it in GitHub Desktop.
Save vncsna/50d998b22e08707d4e1db361d3270ce2 to your computer and use it in GitHub Desktop.
module.exports = {
consumer_key:process.env.CONSUMER_KEY,
consumer_secret:process.env.CONSUMER_SECRET,
access_token:process.env.ACESS_TOKEN,
access_token_secret:process.env.ACESS_TOKEN_SECRET
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment