Fix modulePath for examples ZEB-665
[idzebra-moved-to-github.git] / examples / gils / zebra.cfg
index e9ce979..278f3e3 100644 (file)
@@ -1,8 +1,7 @@
 # Simple Zebra configuration file
-# $Id: zebra.cfg,v 1.4 2004-09-27 10:44:47 adam Exp $
 #
 # Where the schema files, attribute files, etc are located.
-profilePath: .:../../tab
+profilePath: .:../../tab:/usr/share/idzebra-2.0/tab
 
 # Files that describe the attribute sets supported.
 attset: bib1.att
@@ -10,10 +9,21 @@ attset: gils.att
 attset: explain.att
 
 recordtype: grs.sgml
-isam: c
+isam: b
 
-#recordId: (bib-1,identifier-standard)
+# Flags for the non-authenticated user. w=write (allows ES Updates)
+perm.anonymous: rw
 
-modulePath: ../../recctrl/.libs
-shadow: shadow:100M
-register: register:100M
+# Record compression (none, bzip2 or zlib)
+recordcompression: none
+
+#rank: zvrank
+recordId: (bib-1,title)
+
+storedata: 1
+
+sortindex: i
+
+modulePath: ../../index/.libs:/usr/lib/idzebra-2.0/modules
+#shadow: shadow:100M
+# register: register:100M