Skip to main content
Version: 3.1.0

Configuring

Configuration for the load aggregator is specified in a JSON file.

OptionDescriptionRequired
ewbDataPathThe path to the ewb data directoryYes
outputTimeZoneThe timezone should match the specified output timezone in the load processorYes
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"
}