From 6d924e69ab3acdc90b5b6ea71a2027ab6f67d5c1 Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Thu, 3 Jan 2008 03:09:23 -0500 Subject: [PATCH] s/__DB_HOST__/__WEBSERVER_HOST__/ Signed-off-by: Joshua Ferraro --- etc/koha-conf.xml | 4 ++-- etc/zebradb/explain-authorities.xml | 8 ++++---- etc/zebradb/explain-biblios.xml | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/etc/koha-conf.xml b/etc/koha-conf.xml index 70a989f7e3..901aaefed7 100644 --- a/etc/koha-conf.xml +++ b/etc/koha-conf.xml @@ -61,7 +61,7 @@ - __DB_HOST__ + __WEBSERVER_HOST__ 9999 biblios @@ -127,7 +127,7 @@ - __DB_HOST__ + __WEBSERVER_HOST__ 9999 authorities diff --git a/etc/zebradb/explain-authorities.xml b/etc/zebradb/explain-authorities.xml index 475b23aaaf..c6d5fcc941 100644 --- a/etc/zebradb/explain-authorities.xml +++ b/etc/zebradb/explain-authorities.xml @@ -12,7 +12,7 @@ - __DB_HOST__ + __WEBSERVER_HOST__ 9999 - http://__DB_HOST__:9999 - http://__DB_HOST__:9999 - http://__DB_HOST__:9999 + http://__WEBSERVER_HOST__:9999 + http://__WEBSERVER_HOST__:9999 + http://__WEBSERVER_HOST__:9999 diff --git a/etc/zebradb/explain-biblios.xml b/etc/zebradb/explain-biblios.xml index db802b29ee..e883e3837d 100644 --- a/etc/zebradb/explain-biblios.xml +++ b/etc/zebradb/explain-biblios.xml @@ -12,7 +12,7 @@ - __DB_HOST__ + __WEBSERVER_HOST__ 9999 - http://__DB_HOST__:9999 - http://__DB_HOST__:9999 - http://__DB_HOST__:9999 + http://__WEBSERVER_HOST__:9999 + http://__WEBSERVER_HOST__:9999 + http://__WEBSERVER_HOST__:9999 -- 2.39.5