Skip to content

Commit 851b689

Browse files
author
Jessie Keck
authored
Merge pull request #2034 from projectblacklight/update_template
Remove TEST_JETTY_PORT variable from blacklight.yml
2 parents c68b676 + 23b0a0a commit 851b689

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed
Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,9 @@
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-
131
development:
142
adapter: solr
153
url: <%= ENV['SOLR_URL'] || "http://127.0.0.1:8983/solr/blacklight-core" %>
164
test: &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" %>
197
production:
208
adapter: solr
219
url: <%= ENV['SOLR_URL'] || "http://127.0.0.1:8983/solr/blacklight-core" %>

0 commit comments

Comments
 (0)