From fb0b34f7ddb68cf1c0a0212042cea02aac322cea Mon Sep 17 00:00:00 2001 From: Robert Richter Date: Thu, 18 Jun 2020 10:01:01 +0200 Subject: [PATCH] update Do 18. Jun 10:01:01 CEST 2020 --- server/app_cfg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/app_cfg.js b/server/app_cfg.js index 8f7d630..469165f 100644 --- a/server/app_cfg.js +++ b/server/app_cfg.js @@ -38,7 +38,7 @@ app_cfg.public = { app_cfg.rmld = { backup_to_file: true, backup_path: '/misc/bkp/', - backup_to_mail: true, + backup_to_mail: false, mailserver_host: 'smtp.xxx.xxx', mailserver_port: 587, secure_mail: false,