Skip to content

Instantly share code, notes, and snippets.

@elainechan
Created January 15, 2018 22:54
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 elainechan/fccc5798eac405c1bfde85a2a975fc82 to your computer and use it in GitHub Desktop.
Save elainechan/fccc5798eac405c1bfde85a2a975fc82 to your computer and use it in GitHub Desktop.
Configuration file that stores authentication keys. Include this file in .gitignore when committing to Git to keep the keys private.
module.exports = {
consumer_key: 'YOUR_CONSUMER_KEY',
consumer_secret: 'YOUR_CONSUMER_SECRET',
access_token_key: 'YOUR_ACCESS_TOKEN_KEY',
access_token_secret: 'YOUR_ACCESS_TOKEN_SECRET'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment