Skip to content

Commit

Permalink
Merge pull request #43 from CloudBoost/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
shubhamqweasd authored Sep 25, 2017
2 parents 68aa046 + d0dab90 commit c6cdeb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ if(__isDevelopment){
dashboardURL = "https://cloudboost.io/dashboard/";
signUpURL="https://cloudboost.io/accounts/signup";
loginURL="https://cloudboost.io/accounts/";
thisURL="https://cloudboost.io/tutorials/";
thisURL="https://tutorials.cloudboost.io/";
}
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
global.__isHosted = process.env["CLOUDBOOST_HOSTED"] || false
global.TUTORIALS_BASE_URL = __isHosted ? '/tutorials/' : '/'
global.TUTORIALS_BASE_URL = __isHosted ? '/' : '/'

global.isStaging = false;
process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = '0';
Expand Down

0 comments on commit c6cdeb0

Please sign in to comment.