Skip to content
Snippets Groups Projects
Commit 937cdb27 authored by Frank Morgner's avatar Frank Morgner
Browse files

refs #11810 adapt config files config.ini and FincILS.ini for alpha deployment

parent 42c95076
No related merge requests found
...@@ -20,3 +20,13 @@ relative_path = ../../../config/vufind/FincILS.ini ...@@ -20,3 +20,13 @@ relative_path = ../../../config/vufind/FincILS.ini
; ;
;##################### DO NOT DELETE THIS HEADER #################### ;##################### DO NOT DELETE THIS HEADER ####################
;#################################################################### ;####################################################################
[DAIA]
baseUrl = http://139.18.19.238:9080/daiawachtl/daia/
daiaIdPrefix = "DE-15:ppn:"
ilsIdentifier = "record_id"
multiQuery = true
daiaResponseFormat = json
[PAIA]
baseUrl = http://139.18.19.238:9080/paiawachtl/paia/DE-15/
\ No newline at end of file
...@@ -27,19 +27,22 @@ debug = false ...@@ -27,19 +27,22 @@ debug = false
[Index] [Index]
;url = http://localhost:8080/solr ;url = http://localhost:8080/solr
; Solr4Entwickler ; Solr4Entwickler
url = http://172.18.113.12:8080/solr url = http://172.18.85.142:8085/solr
; Solr5Entwickler ; Solr6EntwicklerTest
;url = http://172.18.85.142:8983/solr ;url = http://172.18.85.143:8080/solr/#/biblio
[Site] [Site]
url = "https://alpha.finc.info/vufind2/local" url = "https://alpha.finc.info/vufind2/local"
[Authentication] [Authentication]
method = ILS
hash_passwords = "1" hash_passwords = "1"
encrypt_ils_password = "1" encrypt_ils_password = "1"
ils_encryption_key = "3e2ac9b644dd4e0b64b179a0309ead13bb59202a" ils_encryption_key = "3e2ac9b644dd4e0b64b179a0309ead13bb59202a"
; Basically allow ILS river on base de_15 with restricted DAIA/PAIA functionallity
[Catalog]
driver = "FincILS"
[Database] [Database]
database = "mysql://vufind_local:i3lIPQTBmbSGmzipQHjOPrzmUfUuiDiA@localhost/vufind_local" database = "mysql://vufind_local:i3lIPQTBmbSGmzipQHjOPrzmUfUuiDiA@localhost/vufind_local"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment