Sha256: 15c8d7730500b2ab96c14c1bc4fd2316d953c7b9be2266a1819cb1d5994a6542
Contents?: true
Size: 527 Bytes
Versions: 7
Compression:
Stored size: 527 Bytes
Contents
# # FYI: This file is replaced by a copy for deploys # to ci, pre_production, and production. # # 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. development: url: http://localhost:8983/solr/development test: &TEST url: <%= "http://127.0.0.1:#{ENV['TEST_JETTY_PORT'] || 8983}/solr/test" %> cucumber: <<: *TEST ci: <<: *TEST production: url: http://your.production.server:8080/bl_solr/core0
Version data entries
7 entries across 7 versions & 1 rubygems