diff --git a/dev/tests/conf-local/local.conf b/dev/tests/conf-local/local.conf index 13b718a..f8950ed 100644 --- a/dev/tests/conf-local/local.conf +++ b/dev/tests/conf-local/local.conf @@ -154,7 +154,7 @@ DELTA_COPIES=yes ## ---------- ALERT OPTIONS ## List of alert mails separated by spaces -DESTINATION_MAILS="ozy@netpower.fr" +DESTINATION_MAILS="" ## Windows specific (msys / cygwin environment) only mail options (used with mailsend.exe from muquit, http://github.com/muquit/mailsend or from sendemail.exe from Brandon Zehm, http://caspian.dotconf.net/menu/Software/SendEmail/) SENDER_MAIL="alert@your.system.tld" diff --git a/dev/tests/conf-local/remote.conf b/dev/tests/conf-local/remote.conf index addcb4b..16ae50e 100644 --- a/dev/tests/conf-local/remote.conf +++ b/dev/tests/conf-local/remote.conf @@ -15,7 +15,7 @@ INITIATOR_SYNC_DIR="${HOME}/osync-tests/initiator" ## Target is the system osync synchronizes to (can be the same system as the initiator in case of local sync tasks). The target directory can be a local or remote path. #TARGET_SYNC_DIR="${HOME}/osync-tests/target" -TARGET_SYNC_DIR="ssh://root@localhost:49999/${HOME}/osync-tests/target" +TARGET_SYNC_DIR="ssh://root@localhost:22/${HOME}/osync-tests/target" ## If the target system is remote, you can specify a RSA key (please use full path). If not defined, the default ~/.ssh/id_rsa will be used. See documentation for further information. SSH_RSA_PRIVATE_KEY="${HOME}/.ssh/id_rsa_local" @@ -154,7 +154,7 @@ DELTA_COPIES=yes ## ---------- ALERT OPTIONS ## List of alert mails separated by spaces -DESTINATION_MAILS="ozy@netpower.fr" +DESTINATION_MAILS="" ## Windows specific (msys / cygwin environment) only mail options (used with mailsend.exe from muquit, http://github.com/muquit/mailsend or from sendemail.exe from Brandon Zehm, http://caspian.dotconf.net/menu/Software/SendEmail/) SENDER_MAIL="alert@your.system.tld"