diff options
Diffstat (limited to 'config/solr.yml-example')
-rw-r--r-- | config/solr.yml-example | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/config/solr.yml-example b/config/solr.yml-example deleted file mode 100644 index 00100439e..000000000 --- a/config/solr.yml-example +++ /dev/null @@ -1,13 +0,0 @@ -# Config file for the acts_as_solr plugin. -# -# XXX This is hackily read by vendor/plugins/acts_as_solr/config/environment.rb -# for the rake task to start things with the right port. - -development: - url: http://localhost:8999/solr - -test: - url: http://localhost:8991/solr - -production: - url: http://localhost:8983/solr |