Remove isDev flag
We can pretty much test everything here on self-hosted cloudrons now
This commit is contained in:
@@ -442,7 +442,6 @@ function getConfig(callback) {
|
||||
callback(null, {
|
||||
apiServerOrigin: config.apiServerOrigin(),
|
||||
webServerOrigin: config.webServerOrigin(),
|
||||
isDev: config.isDev(),
|
||||
fqdn: config.fqdn(),
|
||||
version: config.version(),
|
||||
update: updateChecker.getUpdateInfo(),
|
||||
|
||||
Reference in New Issue
Block a user