Skip to content

Commit 8af7c2b

Browse files
committed
if(process.env.RELEASE_STAGE === "staging"){return "https://staging.quantimo.do";}
1 parent 2ae2424 commit 8af7c2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,7 @@ var qmGulp = {
623623
return qmGulp.staticData.appSettings.appDisplayName;
624624
},
625625
getAppHostName: function(){
626+
if(process.env.RELEASE_STAGE === "staging"){return "https://staging.quantimo.do";}
626627
if(process.env.APP_HOST_NAME){return process.env.APP_HOST_NAME;}
627628
// We can set utopia as env or in the app when necessary because always using it in build process on develop causes too many problems
628629
//if(qmGulp.buildSettings.buildDebug()){return "https://utopia.quantimo.do";}

0 commit comments

Comments
 (0)