We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ddfc4 commit da9f0dcCopy full SHA for da9f0dc
src/content/docs/workers/runtime-apis/nodejs/process.mdx
@@ -34,7 +34,8 @@ Workers have a concept of [environment variables](/workers/configuration/environ
34
35
By default, these are not accessible via the `process.env` API. It is
36
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
+the `nodejs_compat_populate_process_env` compatibility flag and disable the
38
+`disallow_importable_env` compatibility flag. It is also possible to
39
manually copy these values into `process.env` if necessary -- but only within the context of
40
a request.
41
0 commit comments