Blame tools/rules-updater-example.conf

Packit 284210
# This is an example configuration to be used with ruleset-updator.pl -c
Packit 284210
Packit 284210
# The repository URI.  
Packit 284210
RepositoryURI     http://username:password@www.example.tld/repository/
Packit 284210
Packit 284210
# Where to download the rulesets to
Packit 284210
LocalRepository   /path/to/repository
Packit 284210
Packit 284210
# Where to unpack the rulesets (if Unpack is true)
Packit 284210
LocalRules        /path/to/repository
Packit 284210
Packit 284210
# What version (or version prefix) to use
Packit 284210
#Version           1.5
Packit 284210
Packit 284210
# Should we unpack the ruleset to LocalRules?
Packit 284210
Unpack            True
Packit 284210
Packit 284210
# Email update notifications
Packit 284210
#NotifyEmail       "modsec-admin@example.tld, someone@example.tld"
Packit 284210
#NotifyEmailFrom   "ModSec Rules Updater <modsec-updater@example.tld>"
Packit 284210
Packit 284210
# Output lots of debugging info?
Packit 284210
Debug             False