X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=zebra%2Fzebra.cfg;h=f769105cffac9bef9b4f7087f0fa6d431e33b68d;hp=e29b3873daa054a19853dc0fa3b7522daf002130;hb=840818e037f260581b45e5e4a90742d59a34ca87;hpb=068509b94b05516f625ce25578de04c57190f543 diff --git a/zebra/zebra.cfg b/zebra/zebra.cfg index e29b387..f769105 100644 --- a/zebra/zebra.cfg +++ b/zebra/zebra.cfg @@ -1,26 +1,32 @@ -# $Id: zebra.cfg,v 1.2 2006-04-18 07:59:39 marc Exp $ # Where to look for config files -#profilePath: /usr/local/share/idzebra/tab:/usr/share/idzebra/tab -profilePath: .:/home/marc/code/id/zebra/tab +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 -# Where to look for loadable zebra modules -#modulePath: zebra/lib/ +# Where to look for loadable zebra modules. Both these path components +# are necessary, since the former is used when installed from a Debian +# package and the latter when installed from a Mac port. +modulePath: /usr/local/lib/idzebra-2.0/modules:/opt/local/lib/idzebra-2.0/modules:/usr/lib/idzebra-2.0/modules # store records and record keys internally storeData: 1 storeKeys: 1 -# Use the "xslt" filter with config file filter_alvis_conf.xml -#recordtype: xslt.filterconf.xml +# Use the "alvis" filter with config file "filterconf.xml" recordtype: alvis.filterconf.xml -database: IR-Explain--1 +database: IR-Explain---1 #database: Default # where to put registers, and other var content, and how large they may be register: db/register:100G shadow: db/shadow:100G lockdir: db/lock -tmpdir: db/tmp keytmpdir: db/tmp + +# Permissions for update +perm.anonymous: ra +perm.admin: rw +#passwd.c: htpasswd +passwd: htpasswd.unencrypted + +encoding: UTF-8