Skip to content

Commit 895e846

Browse files
add note about environment variables in Cloudflare skew protection docs (#171)
1 parent 08e71e8 commit 895e846

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pages/cloudflare/howtos/skew.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ The following environment variables should be set when the skew protection is us
6363

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

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+
6669
**Next config**
6770

6871
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

Comments
 (0)