set default update config

This commit is contained in:
girish@cloudron.io
2016-01-23 05:07:12 -08:00
parent 3a6b9c23c6
commit b72d48b49f
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -66,6 +66,7 @@ var gDefaults = (function () {
result[exports.DNS_CONFIG_KEY] = { };
result[exports.BACKUP_CONFIG_KEY] = { };
result[exports.TLS_CONFIG_KEY] = { provider: 'caas' };
result[exports.UPDATE_CONFIG_KEY] = { prerelease: false };
return result;
})();