chrismattmann commented on a change in pull request #129: Replaced
Processwrapper indexing method with SolrIndexer
URL: https://github.com/apache/drat/pull/129#discussion_r189425907
##########
File path: proteus/src/main/java/backend/FileConstants.java
##########
@@ -32,7 +34,15 @@
public static final String DRAT_PATH =
buildDratSubdirectoryPath("/deploy/bin/drat");
public static final String DRAT_TEMP_UNZIPPED_PATH =
buildDratSubdirectoryPath("/deploy/data/staging");
public static final String DRAT_TEMP_LOG_OUTPUT =
buildDratSubdirectoryPath("/deploy/data/drat_output.log");
+ public static final String SOLR_INDEXER_CONFIG_PATH =
buildDratSubdirectoryPath("/deploy/filemgr/etc/indexer.properties");
+ public static final String
FILEMGR_URL=PathUtils.replaceEnvVariables("[FILEMGR_URL]");
+ public static final String
SOLR_DRAT_URL=PathUtils.replaceEnvVariables("[SOLR_DRAT_URL]");
+ public static final String
CLIENT_URL=PathUtils.replaceEnvVariables("[WORKFLOW_URL]");
+ public static final String
OPSUI_URL=PathUtils.replaceEnvVariables("[OPSUI_URL]");
Review comment:
can you add this to recommended environment variables in the DRAT wiki?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services