Skip to content

Commit

Permalink
Replaced cluestr.com with anyfetch
Browse files Browse the repository at this point in the history
  • Loading branch information
Neamar committed Nov 7, 2013
1 parent 4d34ea7 commit 6ee164d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cluestr.js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ var DOCUMENT_FILE_CREATION = '/providers/documents/file';
*/
module.exports = function(appId, appSecret, cluestrServer, cluestrFront) {
// Root URL for the API. Can be updated for testing, Virtual Appliance or running in LAN.
this.API_FRONT = cluestrFront || process.env.CLUESTR_FRONT || 'http://cluestr.com';
this.API_ROOT = cluestrServer || process.env.CLUESTR_SERVER || 'http://api.cluestr.com';
this.API_FRONT = cluestrFront || process.env.CLUESTR_FRONT || 'http://anyfetch.com';
this.API_ROOT = cluestrServer || process.env.CLUESTR_SERVER || 'http://api.anyfetch.com';

this.ACCESSTOKEN_CREATION = ACCESSTOKEN_CREATION;
this.DOCUMENT_CREATION = DOCUMENT_CREATION;
Expand Down

0 comments on commit 6ee164d

Please sign in to comment.