Skip to content

Instantly share code, notes, and snippets.

@mikeuduc
Created May 15, 2015 23:26
Show Gist options
  • Save mikeuduc/c685319340a6307c2909 to your computer and use it in GitHub Desktop.
Save mikeuduc/c685319340a6307c2909 to your computer and use it in GitHub Desktop.
module.exports = {
twi_consumerKey: function () {
return "LDFGrD04cCGYwatlAlVEGCajY";
},
twi_consumerSecret: function () {
return "A8qMM6FlFCH7dzKIRu9zJBDPA485vkaj6XeKHpq5u2RgE9GqdT";
},
twi_callback: function () {
return "http://127.0.0.1:5858/social/twitter/accessToken";
},
client_key: function () {
return "AKIAJC23BT33MSNIAEUA";
},
client_secret: function () {
return "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";
},
client_bucket: function () {
return "crewfire-dev";
},
client_ACL: function () {
return "read/write";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment