Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pages/cloudflare/howtos/skew.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ The following environment variables should be set when the skew protection is us

Those variables are used to retrieve the past deployments of your application.

Note that in this context, environment variables include both your local [Cloudflare environment variables](https://developers.cloudflare.com/workers/configuration/environment-variables/)
and the process' environment variables. If a variable is set in both places, the process environment variable will take precedence.

**Next config**

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.
Expand Down