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: pages/cloudflare/howtos/skew.mdx
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,9 @@ The following environment variables should be set when the skew protection is us
63
63
64
64
Those variables are used to retrieve the past deployments of your application.
65
65
66
+
Note that in this context, environment variables include both your local [Cloudflare environment variables](https://developers.cloudflare.com/workers/configuration/environment-variables/)
67
+
and the process' environment variables. If a variable is set in both places, the process environment variable will take precedence.
68
+
66
69
**Next config**
67
70
68
71
You must set a different `deploymentId` in your next config each time your app is deployed. You will get an error if the `deployementId` has already been used by a previous deployment.
0 commit comments