enable developer mode by default

also emphasize on the api aspect
This commit is contained in:
Girish Ramakrishnan
2016-06-01 18:36:42 -07:00
parent 824767adbb
commit 48b99a4203
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ var gDefaults = (function () {
result[exports.AUTOUPDATE_PATTERN_KEY] = '00 00 1,3,5,23 * * *';
result[exports.TIME_ZONE_KEY] = 'America/Los_Angeles';
result[exports.CLOUDRON_NAME_KEY] = 'Cloudron';
result[exports.DEVELOPER_MODE_KEY] = false;
result[exports.DEVELOPER_MODE_KEY] = true;
result[exports.DNS_CONFIG_KEY] = { };
result[exports.BACKUP_CONFIG_KEY] = { };
result[exports.TLS_CONFIG_KEY] = { provider: 'caas' };