Configuring
Configuration for the load aggregator is specified in a JSON file.
Option | Description | Required |
---|---|---|
ewbDataPath | The path to the ewb data directory | Yes |
outputTimeZone | The timezone should match the specified output timezone in the load processor | Yes |
caution
If any paths in the configuration are given as relative paths, they will be relative to the working directory of the JVM.
Sample Configuration File
{
"ewbDataPath": "/Users/zepben/server/ewb",
"outputTimeZone": "Australia/Sydney"
}