From 88e0767dca0f5c8749a6b590566dd11965ad09b8 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 8 Jun 2006 22:22:49 +0000 Subject: [PATCH] New -- simple config using two locally hosted databases (e.g. examples/marc21 and examples/gils from the Zebra module) --- etc/config-local.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 etc/config-local.xml diff --git a/etc/config-local.xml b/etc/config-local.xml new file mode 100644 index 0000000..f390301 --- /dev/null +++ b/etc/config-local.xml @@ -0,0 +1,35 @@ + + + + + + + + 10 + @:9000 + + + F + + + + marc + localhost:9999/Default + + + gils + localhost:9998/Default + + + all + localhost:9999/Default + localhost:9998/Default + + + + + 30 + + + + -- 1.7.10.4