FAQ
Env variables
How to add env variables to a machine
If a custom node requires a ENV variable, you can do this by adding a docker command to your machine. For example such as OpenAI key for this custom node,
Docker commands are those that you would write in a
Dockerfile
reference.Steps
- Edit or create your machine definition.
- Scroll down to Extra docker commands section.
- Add and modify the command
- Save your machine definition
This machine will then have VARIABLE_NAME
as an env variable.
Was this page helpful?