diff --git a/etc/daq-web-service.conf.template b/etc/daq-web-service.conf.template
index 3f0b950dc46533f3eeb3bd9d5bf27816d406d02b..4f5f4fe22b6c48b3281912f624ae981636af2dab 100644
--- a/etc/daq-web-service.conf.template
+++ b/etc/daq-web-service.conf.template
@@ -12,6 +12,10 @@ principalRetriever=dm.ds_web_service.service.auth.dsAuthPrincipalRetriever.DsAut
 principalAuthenticator1=CryptedPasswordPrincipalAuthenticator()
 principalAuthenticator2=LdapPasswordPrincipalAuthenticator(serverUrl='ldaps://phoebusldap.aps.anl.gov:636', dnFormat='uid=%s,ou=people,o=aps.anl.gov,dc=aps,dc=anl,dc=gov')
 
+[SingleSignOnManager]
+sessionManager=dm.ds_web_service.service.auth.dsSessionManager.DsSessionManager()
+sessionTimeoutInSeconds=3600
+
 [FileSystemObserver]
 # Minimum file processing delay since last update
 minFileProcessingDelayInSeconds=10
@@ -22,6 +26,7 @@ numberOfProcessingThreads=3
 defaultNumberOfRetries=3
 defaultRetryWaitPeriodInSeconds=60
 fileProcessor1=dm.common.processing.plugins.rsyncFileTransferPlugin.RsyncFileTransferPlugin()
+fileProcessor2=dm.common.processing.plugins.rsyncFileTransferPlugin.RsyncFileTransferPlugin(dest=\ffdfdsf')
 #fileProcessor1=dm.common.processing.plugins.gridftpFileTransferPlugin.GridftpFileTransferPlugin()
 fileProcessor2=dm.daq_web_service.service.impl.dsProcessFileNotificationPlugin.DsProcessFileNotificationPlugin()