Fixing zebra.cfg for usmarc
[koha.git] / misc / zebra / usmarc / zebra.cfg
1 # Simple Zebra configuration file that defines
2 # a database with USMARC records for Koha
3 # Joshua Ferraro < jmf at liblime dot com >
4 #
5 # Where are the config files located?
6 profilePath: ${srcdir:-.}:/usr/share/idzebra/tab/
7 recordId: (bib1,Identifier-standard)
8
9 # Files that describe the attribute sets supported.
10 attset: bib1.att
11 attset: explain.att
12
13 # Specify record type
14 recordType: grs.xml
15
16 # Lock File Area
17 lockDir: lock
18
19 # Temp File area for result sets
20 setTmpDir: tmp
21
22 # Temp File area for index program
23 keyTmpDir: tmp
24
25 # Approx. Memory usage during indexing
26 memMax: 400
27
28 database: kohatest
29
30 systag rank rank
31 systag sysno sysno
32
33 perm.anonymous: rw
34 encoding utf-8
35
36 storeKeys:1
37 storeData:1