File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
lib/generators/blacklight/templates/config Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 1- # = jetty_path key
2- # each environment can have a jetty_path with absolute or relative
3- # (to app root) path to a jetty/solr install. This is used
4- # by the rake tasks that start up solr automatically for testing
5- # and by rake solr:marc:index.
6- #
7- # jetty_path is not used by a running Blacklight application
8- # at all. In general you do NOT need to deploy solr in Jetty, you can deploy it
9- # however you want.
10- # jetty_path is only required for rake tasks that need to know
11- # how to start up solr, generally for automated testing.
12-
131development :
142 adapter : solr
153 url : <%= ENV['SOLR_URL'] || "http://127.0.0.1:8983/solr/blacklight-core" %>
164test : &test
175 adapter : solr
18- url : <%= ENV['SOLR_URL'] || "http://127.0.0.1:#{ENV['TEST_JETTY_PORT'] || 8983} /solr/blacklight-core" %>
6+ url : <%= ENV['SOLR_URL'] || "http://127.0.0.1:8983/solr/blacklight-core" %>
197production :
208 adapter : solr
219 url : <%= ENV['SOLR_URL'] || "http://127.0.0.1:8983/solr/blacklight-core" %>
You can’t perform that action at this time.
0 commit comments