diff options
author | Christian Hesse <mail@eworm.de> | 2021-02-18 12:45:16 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-02-18 12:54:04 +0100 |
commit | 3f12730ed43cce4a5eda5c5522ea619e63b17515 (patch) | |
tree | 7945077ad260fe8af001e2cfc564f342b31ece24 /global-config | |
parent | 776f072415a853a8ba55d76de3df48e99062dc42 (diff) |
email-backup: no example address, complain if missing
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/global-config b/global-config index a3e515c..4b20fbe 100644 --- a/global-config +++ b/global-config @@ -43,8 +43,8 @@ :global BackupSendExport true; :global BackupPassword "v3ry-s3cr3t"; # These addresses are used to send backup and config export files to. -:global EmailBackupTo "mail@example.com"; -:global EmailBackupCc "another@example.com"; +:global EmailBackupTo ""; +:global EmailBackupCc ""; # These credentials are used to upload backup and config export files. # SFTP authentication is tricky, you may have to limit authentication # methods for your SSH server. |