From: mike Date: Wed, 14 Dec 2005 10:31:06 +0000 (+0000) Subject: Rip out some rubbish, comment out spurious over-configuration. X-Git-Tag: cpan_1_22~306 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=7b8b2bac6eed509ef2a0dcd2941fec5315d91618;p=ZOOM-Perl-moved-to-github.git Rip out some rubbish, comment out spurious over-configuration. --- diff --git a/archive/test-server/test-server.cfg b/archive/test-server/test-server.cfg index e69de29..3f2e96a 100644 --- a/archive/test-server/test-server.cfg +++ b/archive/test-server/test-server.cfg @@ -0,0 +1,20 @@ +# Simple Zebra configuration file +# $Id: test-server.cfg,v 1.2 2005-12-14 10:31:06 mike Exp $ +# +# Where the schema files, attribute files, etc are located. +#profilePath: .:../../tab + +# Files that describe the attribute sets supported. +attset: bib1.att +attset: gils.att +attset: explain.att + +recordtype: grs.sgml +isam: b + +# Flags for the non-authenticated user. w=write (allows ES Updates) +perm.user: r +perm.admin: rw +passwd: test-server.pw + +#modulePath: ../../recctrl/.libs