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 90b0399 commit 5348368Copy full SHA for 5348368
src/content/compatibility-flags/process-env.md
@@ -11,8 +11,8 @@ disable_flag: "nodejs_compat_do_not_populate_process_env"
11
---
12
13
When the `nodejs_compat_populate_process_env` compatibility flag is used in conjunction with
14
-the `nodejs_compat` compatibility flag, all environment variables configured for the worker
15
-are added a string values to the `process.env` global.
+the `nodejs_compat` compatibility flag, all environment variables and secrets configured for the
+worker are added a string values to the `process.env` global.
16
17
Refer to the [environment variables](/workers/configuration/environment-variables/) docuemntation
18
for more detail.
0 commit comments