Skip to content

Commit 1a495e3

Browse files
authored
Update src/content/compatibility-flags/process-env.md
1 parent 3847cdc commit 1a495e3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/content/compatibility-flags/process-env.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ enable_date: "2025-04-01"
1111
disable_flag: "nodejs_compat_do_not_populate_process_env"
1212
---
1313

14-
When the `nodejs_compat_populate_process_env` compatibility flag is used in conjunction with
15-
the `nodejs_compat` compatibility flag, all environment variables configured for the
16-
Worker are added as string values to the `process.env` global.
14+
When the [`nodejs_compat_populate_process_env`](/workers/configuration/compatibility-flags/#nodejs_compat_populate_process_env)
15+
compatibility flag is used in conjunction with the `nodejs_compat` compatibility
16+
flag, all environment variables configured for the Worker are added as string values
17+
to the `process.env` global.
1718

1819
If the `disallow_importable_env` compatibility flag is set, the `process.env`
1920
will not be populated.

0 commit comments

Comments
 (0)