Skip to content

Commit da9f0dc

Browse files
authored
Update src/content/docs/workers/runtime-apis/nodejs/process.mdx
1 parent 34ddfc4 commit da9f0dc

File tree

1 file changed

+2
-1
lines changed
  • src/content/docs/workers/runtime-apis/nodejs

1 file changed

+2
-1
lines changed

src/content/docs/workers/runtime-apis/nodejs/process.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ Workers have a concept of [environment variables](/workers/configuration/environ
3434

3535
By default, these are not accessible via the `process.env` API. It is
3636
To automatically populate environment variables and secrets on `process.env`, enable
37-
the `nodejs_compat_populate_process_env` compatibility flag. It is also possible to
37+
the `nodejs_compat_populate_process_env` compatibility flag and disable the
38+
`disallow_importable_env` compatibility flag. It is also possible to
3839
manually copy these values into `process.env` if necessary -- but only within the context of
3940
a request.
4041

0 commit comments

Comments
 (0)