From 65b7d48bf3ae6b07952bb09e4073aaf52faf32fb Mon Sep 17 00:00:00 2001
From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch>
Date: Tue, 19 Dec 2017 11:42:22 +0100
Subject: [PATCH] Move now optional elements in example config accordingly.

---
 AutoTx/Resources/configuration-example.xml | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/AutoTx/Resources/configuration-example.xml b/AutoTx/Resources/configuration-example.xml
index 9894ee6..8917bec 100644
--- a/AutoTx/Resources/configuration-example.xml
+++ b/AutoTx/Resources/configuration-example.xml
@@ -5,8 +5,6 @@
     <HostAlias>Confocal Microscope 2</HostAlias>
     <!-- DestinationAlias: friendly name for the target to be used in mails -->
     <DestinationAlias>Core Facility Storage</DestinationAlias>
-    <!-- EmailPrefix: prefix label for email subjects -->
-    <EmailPrefix>[Core Facility] </EmailPrefix>
 
     <!-- enable or disable debug log messages -->
     <Debug>true</Debug>
@@ -39,8 +37,6 @@
     <MaxCpuUsage>25</MaxCpuUsage>
     <!-- MinAvailableMemory: pause transfer if free RAM is below (in MB) -->
     <MinAvailableMemory>512</MinAvailableMemory>
-    <!-- InterPacketGap: RoboCopy parameter to limit the bandwidth -->
-    <InterPacketGap>0</InterPacketGap>
     
     <SpaceMonitoring>
         <DriveToCheck>
@@ -71,10 +67,6 @@
     <!-- AdminNotificationDelta: how long to wait (in minutes) after sending an
          admin notification before sending the next one -->
     <AdminNotificationDelta>60</AdminNotificationDelta>
-    <AdminEmailAdress>admin@mydomain.xy</AdminEmailAdress>
-    <!-- AdminDebugEmailAdress: an email address where to send certain debug
-         messages to, e.g. on completed transfers. Can be empty. -->
-    <AdminDebugEmailAdress>admin@mydomain.xy</AdminDebugEmailAdress>
 
 
     <!--  OPTIONAL CONFIGURATION SETTINGS  -->
@@ -88,6 +80,16 @@
     <!-- SmtpPasswortCredential: SMTP password if authentication required -->
     <SmtpPasswortCredential />
 
+    <!-- EmailPrefix: prefix label for email subjects -->
+    <EmailPrefix>[Core Facility] </EmailPrefix>
+    <AdminEmailAdress>admin@mydomain.xy</AdminEmailAdress>
+    <!-- AdminDebugEmailAdress: an email address where to send certain debug
+         messages to, e.g. on completed transfers. Can be empty. -->
+    <AdminDebugEmailAdress>admin@mydomain.xy</AdminDebugEmailAdress>
+
+    <!-- InterPacketGap: RoboCopy parameter to limit the bandwidth -->
+    <InterPacketGap>0</InterPacketGap>
+
     <!-- EnforceInheritedACLs: whether to enforce ACL inheritance when moving
          files and directories, see this page for details (DEFAULT: true)
          https://support.microsoft.com/en-us/help/320246 -->
-- 
GitLab