You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2013/05/17 00:29:56 UTC

[05/50] [abbrv] git commit: [#3854] Update solr url

[#3854] Update solr url

Signed-off-by: Tim Van Steenburgh <tv...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/ac0b252c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/ac0b252c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/ac0b252c

Branch: refs/heads/db/6208
Commit: ac0b252c78ec06ce28ca1379d8f06a4c3c5845ba
Parents: 87108f0
Author: Tim Van Steenburgh <tv...@gmail.com>
Authored: Fri Apr 26 16:34:47 2013 -0400
Committer: Cory Johns <cj...@slashdotmedia.com>
Committed: Fri May 10 20:34:00 2013 +0000

----------------------------------------------------------------------
 Allura/development.ini |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/ac0b252c/Allura/development.ini
----------------------------------------------------------------------
diff --git a/Allura/development.ini b/Allura/development.ini
index b2ac7bf..737a08b 100644
--- a/Allura/development.ini
+++ b/Allura/development.ini
@@ -177,10 +177,7 @@ amqp.enabled = false
 openid.realm = http://localhost:8080/
 
 # SOLR setup
-# comma-separated list of servers to push changes to
-solr.server = http://localhost:8983/solr/core0
-# server to read from. Uses solr.server[0] if not specified.
-# solr.query_server =
+solr.server = http://localhost:8983/solr
 # commit on every add/delete?
 solr.commit = false
 # commit add operations within N ms