From 5c7148c8eb115149c75a2289cce2e83ae146357a Mon Sep 17 00:00:00 2001 From: Dario Piotrowicz Date: Mon, 28 Jul 2025 17:30:15 +0100 Subject: [PATCH] add note about environment variables in Cloudflare skew protection docs --- pages/cloudflare/howtos/skew.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/cloudflare/howtos/skew.mdx b/pages/cloudflare/howtos/skew.mdx index 9c83491..749f732 100644 --- a/pages/cloudflare/howtos/skew.mdx +++ b/pages/cloudflare/howtos/skew.mdx @@ -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.