diff --git a/etc/daq-web-service.conf.template b/etc/daq-web-service.conf.template
index 9b483016cf7e682037b00fe4facb23fde1348bc7..d23d1a5c61bbb5e9d82986204d931f36ddbda504 100644
--- a/etc/daq-web-service.conf.template
+++ b/etc/daq-web-service.conf.template
@@ -19,7 +19,7 @@ fileSystemEventTimeoutInSeconds=10
 
 [FileProcessingManager]
 nProcessingThreads=3
-fileProcessor1=dm.common.plugins.rsyncFileTransferPlugin.RsyncFileTransferPlugin(dest='/tmp/data')
+fileProcessor1=dm.common.plugins.rsyncFileTransferPlugin.RsyncFileTransferPlugin()
 
 [DsRestApiFactory]
 username=DM_SYSTEM_USER
@@ -28,11 +28,6 @@ host=DM_DS_WEB_SERVICE_HOST
 port=DM_DS_WEB_SERVICE_PORT
 protocol=DM_WEB_SERVICE_PROTOCOL
 
-[DbManager]
-dbSchema=DM_DB_NAME
-dbUser=DM_DB_NAME
-dbPasswordFile=DM_INSTALL_DIR/etc/DM_DB_NAME.db.passwd
-
 # Available logger levels: debug, info, warn, error, critical
 [ConsoleLogging]
 handler=ConsoleLoggingHandler(sys.stdout,)