Add unstable apps config tests and fix default value

This commit is contained in:
Johannes Zellner
2019-04-27 22:34:52 +02:00
parent 9fb0d1f3bf
commit 292f0624fb
2 changed files with 22 additions and 0 deletions

View File

@@ -87,6 +87,7 @@ var gDefaults = (function () {
result[exports.TIME_ZONE_KEY] = 'America/Los_Angeles';
result[exports.CLOUDRON_NAME_KEY] = 'Cloudron';
result[exports.DYNAMIC_DNS_KEY] = false;
result[exports.UNSTABLE_APPS_KEY] = false;
result[exports.BACKUP_CONFIG_KEY] = {
provider: 'filesystem',
key: '',