Commit 666d5856d55ae0e8f72713ca479b437408a28f57
1 parent
6dca97a1
Exists in
master
and in
29 other branches
Removing solr related entries from debian source
Showing
3 changed files
with
0 additions
and
24 deletions
Show diff stats
debian/noosfero.install
debian/noosfero.links
... | ... | @@ -2,7 +2,6 @@ usr/share/rails-ruby1.8 usr/share/noosfero/vendor/ra |
2 | 2 | var/tmp/noosfero usr/share/noosfero/tmp |
3 | 3 | var/log/noosfero usr/share/noosfero/log |
4 | 4 | etc/noosfero/database.yml usr/share/noosfero/config/database.yml |
5 | -etc/noosfero/solr.yml usr/share/noosfero/config/solr.yml | |
6 | 5 | etc/noosfero/thin.yml usr/share/noosfero/config/thin.yml |
7 | 6 | etc/noosfero/plugins usr/share/noosfero/config/plugins |
8 | 7 | etc/noosfero/noosfero.yml usr/share/noosfero/config/noosfero.yml | ... | ... |
debian/solr.yml
... | ... | @@ -1,22 +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 -Xmx128M -Xms16M | |
9 | - timeout: 0 | |
10 | - | |
11 | -production: | |
12 | - url: http://127.0.0.1:8983/solr | |
13 | - jvm_options: -server -Xmx192M -Xms64M | |
14 | - timeout: 0 | |
15 | - | |
16 | -test: &TEST | |
17 | - url: http://0.0.0.0:8981/solr | |
18 | - jvm_options: -server -Xmx128M -Xms16M | |
19 | - timeout: 0 | |
20 | - | |
21 | -cucumber: | |
22 | - <<: *TEST |