set modulePath for MacOS with homebrew
[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:/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 installing from a Debian
7 # package and the latter when installing from a CVS build.
8 modulePath: /usr/local/lib/idzebra-2.0/modules:/opt/local/lib/idzebra-2.0/modules:/usr/lib/idzebra-2.0/modules
9
10 # store records and record keys internally
11 storeData: 1
12 storeKeys: 1
13
14 # Use the "alvis" filter with config file "filterconf.xml"
15 recordtype: alvis.filterconf.xml
16
17 database: IR-Explain---1
18 #database: Default
19
20 # where to put registers, and other var content, and how large they may be
21 register: db-test/register:100G
22 shadow: db-test/shadow:100G
23 lockdir: db-test/lock
24 keytmpdir: db-test/tmp
25
26 # Permissions for update
27 perm.anonymous: ra
28 perm.admin: rw
29 passwd.c: htpasswd
30