Commit 63d7e4e
authored
chore: fix broken env variables in sample worker (#20022)
The current worker example, as copy/pasted would never work at runtime as the environment variable values are not in scope and do not align with the current docs https://developers.cloudflare.com/workers/configuration/environment-variables/#add-environment-variables-via-wrangler1 parent c349263 commit 63d7e4e
File tree
1 file changed
+3
-3
lines changed- src/content/docs/cloudflare-one/identity/authorization-cookie
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
195 | | - | |
| 194 | + | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
0 commit comments