Prepravljen Maintainer u debian/control.
[libapache-mod-security.git] / tools / rules-updater-example.conf
1 # This is an example configuration to be used with ruleset-updator.pl -c
2
3 # The repository URI.  
4 RepositoryURI     http://username:password@www.example.tld/repository/
5
6 # Where to download the rulesets to
7 LocalRepository   /path/to/repository
8
9 # Where to unpack the rulesets (if Unpack is true)
10 LocalRules        /path/to/repository
11
12 # What version (or version prefix) to use
13 #Version           1.5
14
15 # Should we unpack the ruleset to LocalRules?
16 Unpack            True
17
18 # Email update notifications
19 #NotifyEmail       "modsec-admin@example.tld, someone@example.tld"
20 #NotifyEmailFrom   "ModSec Rules Updater <modsec-updater@example.tld>"
21
22 # Output lots of debugging info?
23 Debug             False