summaryrefslogtreecommitdiff
path: root/opendc-experiments/opendc-experiments-energy21/src/main/resources/application.conf
blob: 263da0fe9ba3f3da448f5386e8da25c8c8364ee6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Default configuration for the energy experiments
opendc.experiments.energy21 {
    # Path to the directory containing the input traces
    trace-path = input/traces

    # Path to the output directory to write the results to
    output-path = output
}

opendc.experiments.capelin {
    env-path = input/environments/
    trace-path = input/traces/
    output-path = output
}