disable testconnect
diff --git a/backupninja/files/webdav.conf b/backupninja/files/webdav.conf
index 9bcee45..3cdf1fd 100644
--- a/backupninja/files/webdav.conf
+++ b/backupninja/files/webdav.conf
@@ -25,7 +25,7 @@
## if 'desturl' is set below, 'testconnect' must be set to 'no' for now.
##
## Default:
-# testconnect = yes
+testconnect = no
## temporary directory used by duplicity, set to some other location if your /tmp is small
## default is either /tmp or /usr/tmp, depending on the system
@@ -182,7 +182,7 @@
## the default value of this configuration option is not set:
##
## Default:
-desturl = {{ target.url }}
+desturl = {{ client.target.url }}
## Amazon Web Services Access Key ID and Secret Access Key, needed for backups
## to S3 buckets.