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

$ServiceName = "AutoTx"
$InstallationPath = "C:\Tools\$($ServiceName)"
$ConfigPath = "$($InstallationPath)\conf"
$LogPath = "$($InstallationPath)"

$UpdateSourcePath = "\\fileserver.mydomain.xy\share\_AUTOTX_"
$Pattern = 'build_[0-9]{4}-[0-9]{2}-[0-9]{2}_'

$UpdaterDebugLogging = $False
$EmailFrom = "admin@mydomain.xy"
$EmailTo   = "admin@mydomain.xy"
$EmailSMTP = "smtp.mydomain.xy"