allow to override the irspy database on the command line
[irspy-moved-to-github.git] / zebra / zebra.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:/opt/local/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 installed from a Debian
8 # package and the latter when installed from a Mac port.
9 modulePath: /usr/lib/idzebra-2.0/modules:/opt/local/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/register:100G
24 shadow: db/shadow:100G
25 lockdir: db/lock
26 keytmpdir: db/tmp
27
28 # Permissions for update
29 perm.anonymous: ra
30 perm.admin: rw
31 #passwd.c: htpasswd
32 passwd: htpasswd.unencrypted
33