We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae2424 commit 8af7c2bCopy full SHA for 8af7c2b
gulpfile.js
@@ -623,6 +623,7 @@ var qmGulp = {
623
return qmGulp.staticData.appSettings.appDisplayName;
624
},
625
getAppHostName: function(){
626
+ if(process.env.RELEASE_STAGE === "staging"){return "https://staging.quantimo.do";}
627
if(process.env.APP_HOST_NAME){return process.env.APP_HOST_NAME;}
628
// 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
629
//if(qmGulp.buildSettings.buildDebug()){return "https://utopia.quantimo.do";}
0 commit comments