Skip to content

Commit f2d6e80

Browse files
add line for DENO_KV_ACCESS_TOKEN (#2786)
Co-authored-by: Phil Hawksworth <phil@deno.com>
1 parent 81f199b commit f2d6e80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/reference/env_variables.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ The Deno runtime has these special environment variables.
150150
| DENO_NO_UPDATE_CHECK | Set to disable checking if a newer Deno version is available |
151151
| DENO_V8_FLAGS | Set V8 command line options |
152152
| DENO_JOBS | Number of parallel workers used for the `--parallel` flag with the test subcommand.<br />Defaults to number of available CPUs. |
153+
| DENO_KV_ACCESS_TOKEN | Personal access token used when connecting to Deno KV databases (for example via `Deno.openKv` or `@deno/kv` with a KV Connect URL). |
153154
| DENO_WEBGPU_TRACE | Path to a directory to output a [WGPU trace](https://github.com/gfx-rs/wgpu/pull/619) to when using the WebGPU API |
154155
| DENO_WEBGPU_BACKEND | Select the backend WebGPU will use, or a comma separated list of backends in order of preference. Possible values are `vulkan`, `dx12`, `metal`, or `opengl` |
155156
| HTTP_PROXY | Proxy address for HTTP requests (module downloads, fetch) |

0 commit comments

Comments
 (0)