mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-15 14:03:17 +00:00
Fix for DS-1593 : Ensure discovery.cfg uses 'solr.server' setting
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
# faceted-search system. #
|
# faceted-search system. #
|
||||||
#---------------------------------------------------------------#
|
#---------------------------------------------------------------#
|
||||||
##### Search Indexing #####
|
##### Search Indexing #####
|
||||||
search.server = http://localhost:8080/solr/search
|
search.server = ${solr.server}/search
|
||||||
|
|
||||||
#Char used to ensure that the sidebar facets are case insensitive
|
#Char used to ensure that the sidebar facets are case insensitive
|
||||||
#solr.facets.split.char=\n|||\n
|
#solr.facets.split.char=\n|||\n
|
||||||
|
Reference in New Issue
Block a user