From 89d72e8f7032eccbf4ce99e4615a3d232fbd69bf Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Fri, 9 Mar 2018 15:12:31 -0500 Subject: [PATCH] clarify that Solr server *and* port can be specified #4040 --- doc/sphinx-guides/source/_static/util/default.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx-guides/source/_static/util/default.config b/doc/sphinx-guides/source/_static/util/default.config index 8f95e1dd3a3..3fb3d98472c 100644 --- a/doc/sphinx-guides/source/_static/util/default.config +++ b/doc/sphinx-guides/source/_static/util/default.config @@ -8,7 +8,7 @@ POSTGRES_PORT 5432 POSTGRES_DATABASE dvndb POSTGRES_USER dvnapp POSTGRES_PASSWORD secret -SOLR_LOCATION LOCAL +SOLR_LOCATION localhost:8983 TWORAVENS_LOCATION NOT INSTALLED RSERVE_HOST localhost RSERVE_PORT 6311