Commit 1112620ea084317eb0f97ab0ad92c2019c1be248

Authored by Daniela Feitosa
1 parent 4690374b

Removing solr config file

(ActionItem1958)
Showing 1 changed file with 0 additions and 17 deletions   Show diff stats
config/solr.yml.dist
@@ -1,17 +0,0 @@ @@ -1,17 +0,0 @@
1 -# Config file for the acts_as_solr plugin.  
2 -#  
3 -# If you change the host or port number here, make sure you update  
4 -# them in your Solr config file  
5 -  
6 -development:  
7 - url: http://0.0.0.0:8982/solr  
8 - jvm_options: -server -Xmx64M -Xms16M  
9 -  
10 -production:  
11 - url: http://127.0.0.1:8983/solr  
12 - jvm_options: -server -Xmx512M -Xms64M  
13 -  
14 -test:  
15 - url: http://0.0.0.0:8981/solr  
16 - jvm_options: -server -Xmx32M -Xms16M  
17 -