Skip to content

Commit

Permalink
Remove cucumber from the solr template
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jan 7, 2015
1 parent b5d7ca3 commit 1ca1209
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions lib/generators/active_fedora/config/solr/templates/solr.yml
@@ -1,10 +1,7 @@
# This is a sample config file that does not have multiple solr instances. You will also need to be sure to
# edit the fedora.yml file to match the solr URL for active-fedora.
# This is a sample config file that points to a solr server for each environment
development:
url: http://localhost:8983/solr/development
test: &TEST
test:
url: <%= "http://127.0.0.1:#{ENV['TEST_JETTY_PORT'] || 8983}/solr/test" %>
cucumber:
<<: *TEST
production:
url: http://your.production.server:8080/bl_solr/core0
url: http://your.production.server:8080/bl_solr/core0

0 comments on commit 1ca1209

Please sign in to comment.