You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2015/12/09 18:01:29 UTC

[09/18] allura git commit: [#7907] ticket:860 Change solr address in config due to core rename from collection1 to allura

[#7907] ticket:860 Change solr address in config due to core rename from collection1 to allura


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

Branch: refs/heads/in/7907
Commit: d6d79ffbb049b9c5064bdaaba5cf96fb86265845
Parents: afe70a2
Author: Igor Bondarenko <je...@gmail.com>
Authored: Tue Nov 24 20:13:57 2015 +0200
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Wed Dec 9 17:32:26 2015 +0200

----------------------------------------------------------------------
 Allura/docker-dev.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/d6d79ffb/Allura/docker-dev.ini
----------------------------------------------------------------------
diff --git a/Allura/docker-dev.ini b/Allura/docker-dev.ini
index 25f2232..dacc99c 100644
--- a/Allura/docker-dev.ini
+++ b/Allura/docker-dev.ini
@@ -41,7 +41,7 @@ scm.repos.tarball.enable = true
 scm.repos.tarball.root = /allura-data/scm/snapshots/
 scm.repos.tarball.url_prefix = http://localhost:8080/
 
-solr.server = http://solr:8983/solr
+solr.server = http://solr:8983/solr/allura
 
 smtp_server = outmail
 smtp_port = 8826