mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +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. #
|
||||
#---------------------------------------------------------------#
|
||||
##### 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
|
||||
#solr.facets.split.char=\n|||\n
|
||||
|
Reference in New Issue
Block a user