Skip to content

Commit 2683405

Browse files
Update src/content/docs/workers/wrangler/system-environment-variables.mdx
Co-authored-by: Pete Bacon Darwin <[email protected]>
1 parent 0756fe0 commit 2683405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/wrangler/system-environment-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ System environment variables are local environment variables that can change Wra
1818

1919
:::note
2020

21-
You can set system environment variables per environment by creating additional files with the naming convention `.env.<environment-name>`. When you set the environment using `wrangler <command> --env <environment-name>`, these files take precedence over `.env`.
21+
You can set system environment variables per environment by creating additional files with the naming convention `.env.<environment-name>`. When you set the environment using `wrangler <command> --env <environment-name>`, such an environment specific file will be loaded instead of the `.env` file - they are not merged.
2222
:::
2323

2424
## Supported environment variables

0 commit comments

Comments
 (0)