You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment variables will be configured in TOML files. Every worker will define its own set of environment variable, which will be accessible only for them.
As a tentative API, we will include a new .env resource in the TOML config file:
name = "test"
version = "1"
[env]
MY_ENV_VAR = "Testing!"
Then, the environment variables will be passed to the inner modules via WASI. The environment variables will be accessible via default env methods from the different languages.
The text was updated successfully, but these errors were encountered:
Environment variables will be configured in
TOML
files. Every worker will define its own set of environment variable, which will be accessible only for them.As a tentative API, we will include a new
.env
resource in the TOML config file:Then, the environment variables will be passed to the inner modules via WASI. The environment variables will be accessible via default env methods from the different languages.
The text was updated successfully, but these errors were encountered: