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:
+1
-1
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user