Skip to content

Instantly share code, notes, and snippets.

@mikeuduc
Created May 12, 2015 21:53
Show Gist options
  • Save mikeuduc/c082d70e8e55ae7d936c to your computer and use it in GitHub Desktop.
Save mikeuduc/c082d70e8e55ae7d936c to your computer and use it in GitHub Desktop.
config/config.js
// config/config.js
module.exports = {
'facebook' : {
'app_id': '852249214821890',
'app_secret': '612485679904d01a38da4224af71b09c'
},
'linkedin': {
'app_id': '75o4nokgz7hdk5',
'app_secret': '8wAEQCZu9DQLg8dp',
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment