make custom.yml empty by default

This commit is contained in:
Girish Ramakrishnan
2019-05-10 07:40:56 -07:00
parent af062631c5
commit 23280f1635
3 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ function supportEmail() {
}
function alertsEmail() {
return safe.query(gCustom, 'alerts.email', 'support@cloudron.io');
return safe.query(gCustom, 'alerts.email', '');
}
function sendAlertsToCloudronAdmins() {