From 8b398fb356ede7f40306e1ce91389c7bb56d4b58 Mon Sep 17 00:00:00 2001 From: Marcus Wood Date: Wed, 11 Jun 2025 17:10:31 +0100 Subject: [PATCH] change to trigger CICD --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0b1828a..baedc3a 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ The structure of this file should be as follows: } } ``` + The `vars` section allows you to define arbitrary variables that are resolved in configuration file paths. For example, if you're configuring a simulation run and all the load profiles are in a certain directory, then you could configure a variable like `"PROFILE_DIR": "~/myprofiles"`, and then anywhere you use `$PROFILE_DIR` in the configuration it will be resolved appropriately.