s/__DB_HOST__/__WEBSERVER_HOST__/

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Joshua Ferraro 2008-01-03 03:09:23 -05:00
parent b984e2e33f
commit 6d924e69ab
3 changed files with 10 additions and 10 deletions

View file

@ -61,7 +61,7 @@
<xi:fallback>
<explain xmlns="http://explain.z3950.org/dtd/2.0/">
<serverInfo>
<host>__DB_HOST__</host>
<host>__WEBSERVER_HOST__</host>
<port>9999</port>
<database>biblios</database>
</serverInfo>
@ -127,7 +127,7 @@
<xi:fallback>
<explain xmlns="http://explain.z3950.org/dtd/2.0/">
<serverInfo>
<host>__DB_HOST__</host>
<host>__WEBSERVER_HOST__</host>
<port>9999</port>
<database>authorities</database>
</serverInfo>

View file

@ -12,7 +12,7 @@
<!-- try stylesheet url: http://./?stylesheet=docpath/sru2.xsl -->
<serverInfo protocol="SRW/SRU/Z39.50">
<host>__DB_HOST__</host>
<host>__WEBSERVER_HOST__</host>
<port>9999</port>
<!-- <database numRecs="1314" lastUpdate="2006-03-15 09-05-33">
@ -55,9 +55,9 @@
<links>
<!--<link type="www">http://foo.indexdata.dk:80</link>-->
<link type="z39.50">http://__DB_HOST__:9999</link>
<link type="srw">http://__DB_HOST__:9999</link>
<link type="sru">http://__DB_HOST__:9999</link>
<link type="z39.50">http://__WEBSERVER_HOST__:9999</link>
<link type="srw">http://__WEBSERVER_HOST__:9999</link>
<link type="sru">http://__WEBSERVER_HOST__:9999</link>
<!--<link type="oai"></link>
<link type="rss"></link>
<link type="icon"></link> -->

View file

@ -12,7 +12,7 @@
<!-- try stylesheet url: http://./?stylesheet=docpath/sru2.xsl -->
<serverInfo protocol="SRW/SRU/Z39.50">
<host>__DB_HOST__</host>
<host>__WEBSERVER_HOST__</host>
<port>9999</port>
<!-- <database numRecs="1314" lastUpdate="2006-03-15 09-05-33">
@ -55,9 +55,9 @@
<links>
<!--<link type="www">http://foo.indexdata.dk:80</link>-->
<link type="z39.50">http://__DB_HOST__:9999</link>
<link type="srw">http://__DB_HOST__:9999</link>
<link type="sru">http://__DB_HOST__:9999</link>
<link type="z39.50">http://__WEBSERVER_HOST__:9999</link>
<link type="srw">http://__WEBSERVER_HOST__:9999</link>
<link type="sru">http://__WEBSERVER_HOST__:9999</link>
<!--<link type="oai"></link>
<link type="rss"></link>
<link type="icon"></link> -->