diff --git a/.appconfig b/.appconfig deleted file mode 100644 index 117037a3d3..0000000000 --- a/.appconfig +++ /dev/null @@ -1 +0,0 @@ -appname=habitrpg diff --git a/.nodester.appconfig b/.nodester.appconfig deleted file mode 100644 index 117037a3d3..0000000000 --- a/.nodester.appconfig +++ /dev/null @@ -1 +0,0 @@ -appname=habitrpg diff --git a/lib/server/auth.js b/lib/server/auth.js index dabecd1f52..96e82c5ea2 100644 --- a/lib/server/auth.js +++ b/lib/server/auth.js @@ -1,7 +1,5 @@ // Generated by CoffeeScript 1.3.3 -var conf, content, derby, req, schema; - -conf = require("./conf"); +var content, derby, req, schema; derby = require('derby'); diff --git a/lib/server/conf.js b/lib/server/conf.js deleted file mode 100644 index 6cd52300b8..0000000000 --- a/lib/server/conf.js +++ /dev/null @@ -1,121 +0,0 @@ -// Generated by CoffeeScript 1.3.3 - -module.exports = { - fb: { - appId: "439694562721556", - appSecret: "d34327a67e32fe7936ababb72fa9639e" - }, - twit: { - consumerKey: "JLCGyLzuOK1BjnKPKGyQ", - consumerSecret: "GNqKfPqtzOcsCtFbGTMqinoATHvBcy1nzCTimeA9M0" - }, - github: { - appId: "11932f2b6d05d2a5fa18", - appSecret: "2603d1bc663b74d6732500c1e9ad05b0f4013593" - }, - instagram: { - clientId: "be147b077ddf49368d6fb5cf3112b9e0", - clientSecret: "b65ad83daed242c0aa059ffae42feddd" - }, - foursquare: { - clientId: "VUGE4VHJMKWALKDKIOH1HLD1OQNHTC0PBZZBUQSHJ3WKW04K", - clientSecret: "0LVAGARGUN05DEDDRVWNIMH4RFIHEFV0CERU3OITAZW1CXGX" - }, - gowalla: { - apiKey: "11cf666912004d709fa4bbf21718a82e", - apiSecret: "e1e23f135776452898a6d268129bf153" - }, - linkedin: { - apiKey: "pv6AWspODUeHIPNZfA531OYcFyB1v23u3y-KIADJdpyw54BXh-ciiQnduWf6FNRH", - apiSecret: "Pdx7DCoJRdAk0ai3joXsslZvK1DPCQwsLn-T17Opkae22ZYDP5R7gmAoFes9TNHy" - }, - google: { - clientId: "3335216477.apps.googleusercontent.com", - clientSecret: "PJMW_uP39nogdu0WpBuqMhtB" - }, - googlehybrid: { - consumerKey: "YOUR CONSUMER KEY HERE", - consumerSecret: "YOUR CONSUMER SECRET HERE" - }, - _37signals: { - clientId: "cd4bf9cd9ed828b6bed8b67e6b314cf8b90c8de5", - clientSecret: "07883c36b4f4493b70f31872ed8fbdb099ff1cef" - }, - angellist: { - clientId: "e5feda9308f55f16b0ef0e848f5b1e41", - clientSecret: "e0ec367efb9d59fa10bdd53ba268b81f" - }, - yahoo: { - consumerKey: "dj0yJmk9RVExRlhPRE9rV1hSJmQ9WVdrOWEyRTBVMUJoTm1zbWNHbzlNVE13TURFeU9UTTJNZy0tJnM9Y29uc3VtZXJzZWNyZXQmeD1iYg--", - consumerSecret: "efe6ae4982217630fe3aebf6e6fa1e82c02eba0b" - }, - readability: { - consumerKey: "Alfrednerstu", - consumerSecret: "MXGftcxrRNMYn66CVmADR3KRnygCdYSk" - }, - justintv: { - consumerKey: "enter your consumer key here", - consumerSecret: "enter your consumer secret here" - }, - tumblr: { - consumerKey: "TAofjqRz9iKiAjtPMnXzHELIeQAw8cqKCZVXaEFSAxBrrvV99f", - consumerSecret: "s8ldFtirtsnWGSiBjwpUwMct8Yh4sliS9Uiocqsv3bw0ovMtlR" - }, - dropbox: { - consumerKey: "uhfqnbely5stdtm", - consumerSecret: "jr7ofuwo32l7vkd" - }, - vimeo: { - consumerKey: "Enter your consumer key here", - consumerSecret: "Enter your consumer secret here" - }, - box: { - apiKey: "5hl66lbfy0quj8qhhzcn57dflb55y4rg" - }, - dwolla: { - clientId: "Enter your consumer key here", - clientSecret: "Enter your consumer secret here" - }, - vkontakte: { - appId: "Enter your app id here", - appSecret: "Enter your app secret here" - }, - mailru: { - appId: "Enter your app id here", - appSecret: "Enter your app secret here" - }, - skyrock: { - consumerKey: "a0ae943e20c5af88", - consumerSecret: "cjucy86r0fg4uxx3" - }, - evernote: { - oauthHost: "https://www.evernote.com", - consumerKey: "Enter your consumer key here", - consumerSecret: "Enter your consumer secret here" - }, - tripit: { - consumerKey: "a59bb58479f80e24dc6da1b1e61a107db743bc4c", - consumerSecret: "41dc4c0c39ac3ab162269a79f399eb180f753c66" - }, - _500px: { - consumerKey: "Enter your consumer key here", - consumerSecret: "Enter your consumer secret here" - }, - soundcloud: { - appId: "79dcfcb876e71dc18c1767b9ebe96298", - appSecret: "6f828028dab96838d07b2407cd5f80cd" - }, - mixi: { - consumerKey: "Enter your consumer key here", - consumerSecret: "Enter your consumer secret here", - scope: "r_profile" - }, - mailchimp: { - appId: "Enter your client/app id here", - appSecret: "Enter your client/app secret here" - }, - mendeley: { - consumerKey: "Enter your consumer key here", - consumerSecret: "Enter your consumer secret here" - } -}; diff --git a/src/server/auth.coffee b/src/server/auth.coffee index 9e2fd49b8f..6caa7b6c6f 100644 --- a/src/server/auth.coffee +++ b/src/server/auth.coffee @@ -1,4 +1,3 @@ -conf = require("./conf") derby = require('derby') schema = require('../app/schema') content = require('../app/content') diff --git a/src/server/conf.coffee b/src/server/conf.coffee deleted file mode 100644 index 33bf4c6e93..0000000000 --- a/src/server/conf.coffee +++ /dev/null @@ -1,117 +0,0 @@ -module.exports = - fb: - appId: "439694562721556" - appSecret: "d34327a67e32fe7936ababb72fa9639e" - - twit: - consumerKey: "JLCGyLzuOK1BjnKPKGyQ" - consumerSecret: "GNqKfPqtzOcsCtFbGTMqinoATHvBcy1nzCTimeA9M0" - - github: - appId: "11932f2b6d05d2a5fa18" - appSecret: "2603d1bc663b74d6732500c1e9ad05b0f4013593" - - instagram: - clientId: "be147b077ddf49368d6fb5cf3112b9e0" - clientSecret: "b65ad83daed242c0aa059ffae42feddd" - - foursquare: - clientId: "VUGE4VHJMKWALKDKIOH1HLD1OQNHTC0PBZZBUQSHJ3WKW04K" - clientSecret: "0LVAGARGUN05DEDDRVWNIMH4RFIHEFV0CERU3OITAZW1CXGX" - - gowalla: - apiKey: "11cf666912004d709fa4bbf21718a82e" - apiSecret: "e1e23f135776452898a6d268129bf153" - - linkedin: - apiKey: "pv6AWspODUeHIPNZfA531OYcFyB1v23u3y-KIADJdpyw54BXh-ciiQnduWf6FNRH" - apiSecret: "Pdx7DCoJRdAk0ai3joXsslZvK1DPCQwsLn-T17Opkae22ZYDP5R7gmAoFes9TNHy" - - google: - clientId: "3335216477.apps.googleusercontent.com" - clientSecret: "PJMW_uP39nogdu0WpBuqMhtB" - - googlehybrid: - consumerKey: "YOUR CONSUMER KEY HERE" - consumerSecret: "YOUR CONSUMER SECRET HERE" - - _37signals: - clientId: "cd4bf9cd9ed828b6bed8b67e6b314cf8b90c8de5" - clientSecret: "07883c36b4f4493b70f31872ed8fbdb099ff1cef" - - angellist: - clientId: "e5feda9308f55f16b0ef0e848f5b1e41" - clientSecret: "e0ec367efb9d59fa10bdd53ba268b81f" - - yahoo: - consumerKey: "dj0yJmk9RVExRlhPRE9rV1hSJmQ9WVdrOWEyRTBVMUJoTm1zbWNHbzlNVE13TURFeU9UTTJNZy0tJnM9Y29uc3VtZXJzZWNyZXQmeD1iYg--" - consumerSecret: "efe6ae4982217630fe3aebf6e6fa1e82c02eba0b" - - readability: - consumerKey: "Alfrednerstu" - consumerSecret: "MXGftcxrRNMYn66CVmADR3KRnygCdYSk" - - justintv: - consumerKey: "enter your consumer key here" - consumerSecret: "enter your consumer secret here" - - tumblr: - consumerKey: "TAofjqRz9iKiAjtPMnXzHELIeQAw8cqKCZVXaEFSAxBrrvV99f" - consumerSecret: "s8ldFtirtsnWGSiBjwpUwMct8Yh4sliS9Uiocqsv3bw0ovMtlR" - - dropbox: - consumerKey: "uhfqnbely5stdtm" - consumerSecret: "jr7ofuwo32l7vkd" - - vimeo: - consumerKey: "Enter your consumer key here" - consumerSecret: "Enter your consumer secret here" - - box: - apiKey: "5hl66lbfy0quj8qhhzcn57dflb55y4rg" - - dwolla: - clientId: "Enter your consumer key here" - clientSecret: "Enter your consumer secret here" - - vkontakte: - appId: "Enter your app id here" - appSecret: "Enter your app secret here" - - mailru: - appId: "Enter your app id here" - appSecret: "Enter your app secret here" - - skyrock: - consumerKey: "a0ae943e20c5af88" - consumerSecret: "cjucy86r0fg4uxx3" - - evernote: - oauthHost: "https://www.evernote.com" - consumerKey: "Enter your consumer key here" - consumerSecret: "Enter your consumer secret here" - - tripit: - consumerKey: "a59bb58479f80e24dc6da1b1e61a107db743bc4c" - consumerSecret: "41dc4c0c39ac3ab162269a79f399eb180f753c66" - - _500px: - consumerKey: "Enter your consumer key here" - consumerSecret: "Enter your consumer secret here" - - soundcloud: - appId: "79dcfcb876e71dc18c1767b9ebe96298" - appSecret: "6f828028dab96838d07b2407cd5f80cd" - - mixi: - consumerKey: "Enter your consumer key here" - consumerSecret: "Enter your consumer secret here" - scope: "r_profile" - - mailchimp: - appId: "Enter your client/app id here" - appSecret: "Enter your client/app secret here" - - mendeley: - consumerKey: "Enter your consumer key here" - consumerSecret: "Enter your consumer secret here" \ No newline at end of file