#Environment Variables
Encrypted environment variables created in the web UI override variables specified in the configuration file.
The top level env specifies environment variables available globally. Environment variables are specified as key/value pairs.
.turbo_test.toml
In the example above, RAILS_ENV
is set to "test" and available from the operating system as $RAILS_ENV
. For example, from a turbo test virtual machine: