set profilePath for MacOS (with brew)
[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:/opt/local/share/idzebra-2.0/tab:/usr/share/idzebra-2.0/tab
4
5 # Where to look for loadable zebra modules.  Both these path components
6 # are necessary, since the former is used when installed from a Debian
7 # package and the latter when installed from a Mac port.
8 modulePath: /usr/lib/idzebra-2.0/modules:/opt/local/lib/idzebra-2.0/modules
9 #modulePath: /usr/local/lib/idzebra-2.0/modules
10
11 # store records and record keys internally
12 storeData: 1
13 storeKeys: 1
14
15 # Use the "alvis" filter with config file "filterconf.xml"
16 recordtype: alvis.filterconf.xml
17
18 database: IR-Explain---1
19 #database: Default
20
21 # where to put registers, and other var content, and how large they may be
22 register: db/register:100G
23 shadow: db/shadow:100G
24 lockdir: db/lock
25 keytmpdir: db/tmp
26
27 # Permissions for update
28 perm.anonymous: ra
29 perm.admin: rw
30 #passwd.c: htpasswd
31 passwd: htpasswd.unencrypted
32
33 encoding: UTF-8