Skip to content
Snippets Groups Projects
Commit 7b02303d authored by Dorian Merz's avatar Dorian Merz
Browse files

refs #15298 [fid_adlr] FID core module integration

* adds missing config files
* K10plus ALPHA config
* more ALPHA config
parent 62dce5d6
No related merge requests found
......@@ -21,4 +21,5 @@ relative_path = ../../../config/vufind/SolrAI.ini
;
;##################### DO NOT DELETE THIS HEADER ####################
;####################################################################
[General]
baseUrl = "https://ai.ub.uni-leipzig.de/blob?%s"
......@@ -28,9 +28,11 @@ debug = false
[Index]
;url = http://localhost:8080/solr
; Solr4Entwickler
url = http://172.18.85.142:8085/solr
;url = http://172.18.85.142:8085/solr
; Solr-Devel
;url = http://139.18.19.239:8080/solr
; K10plus
url = http://index.ub.uni-leipzig.de/kxp
[Site]
url = "https://alpha.finc.info/vufind2/fid_adlr"
......
......@@ -15,6 +15,7 @@ relative_path = ../../../config/vufind/searches.ini
; completely overwritten by the equivalent sections in this configuration;
; any sections not listed here will be merged on a section-by-section basis.
;override_full_sections = "Languages,AlphaBrowse_Types"
override_full_sections = "IndexShards"
;
; Add ALPHA-specific customization after this header.
......@@ -25,7 +26,10 @@ relative_path = ../../../config/vufind/searches.ini
[IndexShards]
ai = ai.ub.uni-leipzig.de/solr/biblio
;solrdevel = 139.18.19.239:8080/solr/biblio
solr4entwickler = 172.18.85.142:8085/solr/biblio
;solr4entwickler = 172.18.85.142:8085/solr/biblio
kxp = index.ub.uni-leipzig.de/kxp/biblio
[ShardPreferences]
showCheckboxes = true
\ No newline at end of file
showCheckboxes = true
defaultChecked[0] = "ai"
defaultChecked[1] = "kxp"
\ No newline at end of file
[Parent_Config]
relative_path = ../../../fid/config/vufind/finc-fid-core-api.ini
\ No newline at end of file
[Parent_Config]
relative_path = ../../../fid/config/vufind/finc-fid-core-ils.ini
\ No newline at end of file
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