From aa39c7301f6853cd515e16cf2b1ad5c4f9104408 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Lahmann?= <lahmann@ub.uni-leipzig.de> Date: Wed, 14 Sep 2016 11:08:47 +0200 Subject: [PATCH] * updated example URLs in FincILS.ini with wachtl services --- local/config/vufind/FincILS.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/local/config/vufind/FincILS.ini b/local/config/vufind/FincILS.ini index 415e86fb889..6d1c95cf9c4 100644 --- a/local/config/vufind/FincILS.ini +++ b/local/config/vufind/FincILS.ini @@ -53,7 +53,7 @@ queryIls[] = 'getAccessFacet:Local Holdings' ; config-examples: ; DE-15 -;baseUrl = http://139.18.19.238:9080/daialibero/daia/ +;baseUrl = http://139.18.19.238:9080/daiawachtl/daia/ ;daiaIdPrefix = "UBL:ppn:" ;ilsIdentifier = "record_id" ;multiQuery = true @@ -70,7 +70,7 @@ queryIls[] = 'getAccessFacet:Local Holdings' ;[PAIA] ; base URL of the PAIA server ; baseUrl = http://139.18.19.238:9080/paiatheca/paia/ISIL/ -; baseUrl = http://139.18.19.238:9080/paialibero/paia/{ISIL/LiberoDBId}/ +; baseUrl = http://139.18.19.238:9080/paiawachtl/paia/{ISIL/LiberoDBId}/ ; Enable caching for PAIA items (default is false). ;paiaCache = false @@ -82,7 +82,7 @@ queryIls[] = 'getAccessFacet:Local Holdings' ; config-examples: ; DE-15 -;baseUrl = http://139.18.19.238:9080/paialibero/paia/UBL/ +;baseUrl = http://139.18.19.238:9080/paiawachtl/paia/UBL/ ; DE-Gla1 ;baseUrl = http://139.18.19.238:9080/paiatheca/paia/DE-Gla1/ @@ -91,7 +91,7 @@ queryIls[] = 'getAccessFacet:Local Holdings' ;[LiberoDing] ;webScraperUrl = http://139.18.19.114:8080/liberodriver/ ; Poli at Home ;webScraperUrl = http://172.18.113.146:8080/liberodriver/ ; Poly-Finc intern -;webScraperUrl = http://139.18.19.238:8080/liberodriver/ ; Webdevel +;webScraperUrl = http://139.18.19.238:9080/wachtl/ ; Webdevel ;databaseName = UBL ;prefixCode = LC -- GitLab