Skip to content

Commit

Permalink
Fix incorrect filemgr solr URL
Browse files Browse the repository at this point in the history
  • Loading branch information
lewismc committed Sep 17, 2018
1 parent 68bc2ae commit 2359fc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ filemgr.repository.factory=org.apache.oodt.cas.filemgr.repository.XMLRepositoryM

# Solr catalog factory
filemgr.catalog.factory=org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalogFactory
org.apache.oodt.cas.filemgr.catalog.solr.url=http://localhost:8080/solr/#/oodt-fm
org.apache.oodt.cas.filemgr.catalog.solr.url=http://localhost:8080/solr/oodt-fm

# data transfer factory
filemgr.datatransfer.factory=org.apache.oodt.cas.filemgr.datatransfer.LocalDataTransferFactory
Expand Down

0 comments on commit 2359fc7

Please sign in to comment.