Changes
|-
| '''OfflineCheckInterval'''|| specify the interval in seconds how often the server-status is checked |||
|-
| '''Inactive'''|| possibility to configure a timespan in which no rebuild is triggered (from;to) in (hh:mm;hh:mm) || X
|-
| '''LogPath'''|| specify the path where your logs should be placed ||
<add key="TriggerInterval" value="yourTriggerInterval" />
<add key="OfflineCheckInterval" value="yourCheckingInterval" />
<add key ="Inactive" value = "01:45;05:15"/>
<add key="LogPath" value="yourLogPath"/>
<add key="USAMUrl" value="yourUSAMServerName"/>