Switch dns backend default to manual

Existing cloudrons should be OK because there is no entry in the db
by default for dnsConfig.
This commit is contained in:
Girish Ramakrishnan
2016-12-14 13:24:45 -08:00
parent f6507ecbe3
commit f1ad003b41
+1 -1
View File
@@ -78,7 +78,7 @@ var gDefaults = (function () {
result[exports.TIME_ZONE_KEY] = 'America/Los_Angeles';
result[exports.CLOUDRON_NAME_KEY] = 'Cloudron';
result[exports.DEVELOPER_MODE_KEY] = true;
result[exports.DNS_CONFIG_KEY] = { provider: 'noop' };
result[exports.DNS_CONFIG_KEY] = { provider: 'manual' };
result[exports.BACKUP_CONFIG_KEY] = {
provider: 'filesystem',
key: '',