Give default value to config.dnsInSync

This commit is contained in:
Johannes Zellner
2015-08-30 22:34:58 -07:00
parent 9c9b17a5f0
commit 0c2532b0b5
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -80,6 +80,7 @@ function initConfig() {
accessKeyId: null, // selfhosting only
secretAccessKey: null // selfhosting only
};
data.dnsInSync = false;
if (exports.CLOUDRON) {
data.port = 3000;