Initial production push to Rome Online
This commit is contained in:
2
env.js
2
env.js
@@ -55,7 +55,7 @@ function getEnvVars() {
|
||||
if (releaseChannel.indexOf("development") !== -1) return ENV.test;
|
||||
|
||||
if (releaseChannel.indexOf("test") !== -1) return ENV.test;
|
||||
if (releaseChannel.indexOf("default") !== -1) return ENV.test;
|
||||
if (releaseChannel.indexOf("default") !== -1) return ENV.prod;
|
||||
else return ENV.prod;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user