This is an automated email from the ASF dual-hosted git repository. mattmann pushed a commit to branch gsoc18 in repository https://gitbox.apache.org/repos/asf/drat.git
commit 9c1d8708e7509135d62e2ed9f78efeeff7aa8c81 Author: Chris Mattmann <[email protected]> AuthorDate: Sun Aug 12 20:32:37 2018 -0700 - SOLR_DRAT_URL and DRAT_EXCLUDE --- distribution/src/main/resources/bin/setenv.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/distribution/src/main/resources/bin/setenv.sh b/distribution/src/main/resources/bin/setenv.sh index 92c0bd6..c94ef1a 100755 --- a/distribution/src/main/resources/bin/setenv.sh +++ b/distribution/src/main/resources/bin/setenv.sh @@ -21,6 +21,8 @@ export PCS_HOME=$DRAT_HOME/pcs export OPSUI_URL=http://localhost:8080/opsui export SOLR_URL=http://localhost:8080/solr export FMPROD_HOME=$DRAT_HOME/tomcat/webapps/fmprod/WEB-INF/classes/ +export SOLR_DRAT_URL=http://localhost:8080/solr/drat +export DRAT_EXCLUDE="" ##### Copy and Paste this Block into the .bashrc of your deployment user account ########## #
