Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/irspy
[irspy-moved-to-github.git] / zebra / zebra.cfg
1
2 # Where to look for config files
3 profilePath: .:/usr/share/idzebra-2.0/tab:/opt/local/share/idzebra-2.0/tab:/usr/local/Cellar/zebra/2.0.59/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/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/register:100G
22 shadow: db/shadow:100G
23 lockdir: db/lock
24 keytmpdir: db/tmp
25
26 # Permissions for update
27 perm.anonymous: ra
28 perm.admin: rw
29 #passwd.c: htpasswd
30 passwd: htpasswd.unencrypted
31
32 encoding: UTF-8