set profilePath for MacOS / 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/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-test/register:100G
23 shadow: db-test/shadow:100G
24 lockdir: db-test/lock
25 keytmpdir: db-test/tmp
26
27 # Permissions for update
28 perm.anonymous: ra
29 perm.admin: rw
30 passwd.c: htpasswd
31