Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.3.0
-
Fix Version/s: 1.3.0
-
Component/s: Data Summarization
-
Labels:None
Description
It is in bidmgr/config and is referenced directly by GoogleMCCReport.java:
private static final String TSA_CONFIG_DIR = "/usr/local/tsa/bidmgr/config/";
private static final String EMAILS_FILE_NAME = "GoogleMCCReport.emails.txt";
theReader = new BufferedReader(new FileReader(TSA_CONFIG_DIR + EMAILS_FILE_NAME));
We need to reference a config file that is outside of the bidmgr build instead so we can customize it for each environment.