Skip to content

Instantly share code, notes, and snippets.

@mikeuduc
Created May 20, 2015 22:02
Show Gist options
  • Save mikeuduc/a403ef432a2a5c5a6826 to your computer and use it in GitHub Desktop.
Save mikeuduc/a403ef432a2a5c5a6826 to your computer and use it in GitHub Desktop.
// config/config.js
module.exports = {
'facebook' : {
'app_id': '1625542257666775',
'app_secret': '02e36cd36f274639d73538a2e350289d',
'callback_url': 'http://127.0.0.1:5858/social/facebook/accessToken'
},
'twitter': {
'consumer_key': 'LDFGrD04cCGYwatlAlVEGCajY',
'consumer_secret': 'A8qMM6FlFCH7dzKIRu9zJBDPA485vkaj6XeKHpq5u2RgE9GqdT',
'callback_url': "http://127.0.0.1:5858/social/twitter/accessToken"
},
's3': {
'client_key': 'AKIAJC23BT33MSNIAEUA',
'client_secret': '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',
'client_bucket': "crewfire-dev",
'client_acl': "read/write"
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment