Skip to content
Snippets Groups Projects
UpdaterConfig-Example.inc.ps1 351 B
Newer Older
# settings for the AutoTx Service Updater

$ServiceName = "AutoTx"
$InstallationPath = "C:\Tools\$($ServiceName)"
$UpdateSourcePath = "\\fileserver.mydomain.xy\share\_AUTOTX_"
$Pattern = 'build_[0-9]{4}-[0-9]{2}-[0-9]{2}_'
$UpdaterDebugLogging = $True
$EmailFrom = "admin@mydomain.xy"
$EmailTo   = "admin@mydomain.xy"
$EmailSMTP = "smtp.mydomain.xy"