Skip to content

Commit c6cdeb0

Browse files
Merge pull request #43 from CloudBoost/staging
Staging
2 parents 68aa046 + d0dab90 commit c6cdeb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ if(__isDevelopment){
2121
dashboardURL = "https://cloudboost.io/dashboard/";
2222
signUpURL="https://cloudboost.io/accounts/signup";
2323
loginURL="https://cloudboost.io/accounts/";
24-
thisURL="https://cloudboost.io/tutorials/";
24+
thisURL="https://tutorials.cloudboost.io/";
2525
}

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
global.__isHosted = process.env["CLOUDBOOST_HOSTED"] || false
2-
global.TUTORIALS_BASE_URL = __isHosted ? '/tutorials/' : '/'
2+
global.TUTORIALS_BASE_URL = __isHosted ? '/' : '/'
33

44
global.isStaging = false;
55
process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = '0';

0 commit comments

Comments
 (0)