You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/workers/configuration/environment-variables.mdx
+16-6Lines changed: 16 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,8 +106,15 @@ Select the **Secret** type if your environment variable is a [secret](/workers/c
106
106
107
107
## Environment variables and Node.js compatibility
108
108
109
-
When you enable both the [`nodejs_compat`](/workers/runtime-apis/nodejs/) and [`nodejs_compat_populate_process_env`](/workers/configuration/compatibility-flags/) compatibility
110
-
flags, environment variables will also be available via the global `process.env`.
109
+
When you enable both the [`nodejs_compat`](/workers/runtime-apis/nodejs/) and
0 commit comments