allow to override the irspy database on the command line
[irspy-moved-to-github.git] / zebra / zebra-test.cfg
1
2 # Where to look for config files
3 #profilePath: .:/usr/local/share/idzebra-2.0/tab:/usr/share/idzebra-2.0/tab
4 profilePath: .:/usr/share/idzebra-2.0/tab
5
6 # Where to look for loadable zebra modules.  Both these path components
7 # are necessary, since the former is used when installing from a Debian
8 # package and the latter when installing from a CVS build.
9 modulePath: /usr/lib/idzebra-2.0/modules
10 #modulePath: /usr/local/lib/idzebra-2.0/modules
11
12 # store records and record keys internally
13 storeData: 1
14 storeKeys: 1
15
16 # Use the "alvis" filter with config file "filterconf.xml"
17 recordtype: alvis.filterconf.xml
18
19 database: IR-Explain---1
20 #database: Default
21
22 # where to put registers, and other var content, and how large they may be
23 register: db-test/register:100G
24 shadow: db-test/shadow:100G
25 lockdir: db-test/lock
26 keytmpdir: db-test/tmp
27
28 # Permissions for update
29 perm.anonymous: ra
30 perm.admin: rw
31 passwd.c: htpasswd
32