Custom Environment Variables
In a self-hosted environment, Orvanta allows you to set custom environment variables for your scripts. This feature is useful when a script needs an environment variable prior to the main function executing itself. For instance, some libraries in Go do some setup in the init function that depends on environment variables.
To add a custom environment variable to a script in Orvanta, use the following format:
<KEY>=<VALUE>Where <KEY> is the name of the environment variable and <VALUE> is the corresponding value of the environment variable.