Environment variables
- Last UpdatedJun 30, 2026
- 1 minute read
Set these values to adapt to the environment in which the program runs.
Note: Environment variables always have highest priority, meaning when it addresses a specific node setting. If something else is configured in one of the local configuration files, like the appsettings.json file, the value from the environment variable is used instead.
Set variables
Docker
Environment variables can be set in the shell where the flows node is started, such as the docker-compose.yml file or a separate file referenced from docker-compose.yml. For example, edgenode.env.
Windows
In Windows, set the environment variables using Windows PowerShell, before starting the Flows flow runtime service:
$env:some_variable = some_value