set isCustomDomain to true by default

CaaS is an exception and not the norm
This commit is contained in:
Girish Ramakrishnan
2017-02-06 23:27:04 -08:00
parent 8f388c86a6
commit 02bcff2223
6 changed files with 37 additions and 34 deletions

View File

@@ -79,7 +79,7 @@ function initConfig() {
data.token = null;
data.boxVersionsUrl = null;
data.version = null;
data.isCustomDomain = false;
data.isCustomDomain = true;
data.webServerOrigin = null;
data.smtpPort = 2525; // // this value comes from mail container
data.sysadminPort = 3001;