Skip to content

Commit 2e7878e

Browse files
opencode-agent[bot]elithrar
authored andcommitted
Fix .env examples and list marker style
Co-authored-by: elithrar <elithrar@users.noreply.github.com>
1 parent 003f739 commit 2e7878e

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/content/docs/workers/wrangler/system-environment-variables.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,17 @@ Wrangler supports the following environment variables:
8686
- `FORCE_COLOR` <Type text="string" /> <MetaInfo text="optional" />
8787
- By setting this to `0`, you can disable Wrangler's colorised output, which makes it easier to read with some terminal setups. For example, `FORCE_COLOR=0`.
8888

89-
* `WRANGLER_HTTPS_KEY_PATH` <Type text="string" /> <MetaInfo text="optional" />
89+
- `WRANGLER_HTTPS_KEY_PATH` <Type text="string" /> <MetaInfo text="optional" />
9090

9191
- Path to a custom HTTPS certificate key when running `wrangler dev`, to be used with `WRANGLER_HTTPS_CERT_PATH`.
9292

93-
* `WRANGLER_HTTPS_CERT_PATH` <Type text="string" /> <MetaInfo text="optional" />
93+
- `WRANGLER_HTTPS_CERT_PATH` <Type text="string" /> <MetaInfo text="optional" />
9494
- Path to a custom HTTPS certificate when running `wrangler dev`, to be used with `WRANGLER_HTTPS_KEY_PATH`.
9595

9696
- `DOCKER_HOST` <Type text="string" /> <MetaInfo text="optional" />
9797
- Used for local development of [Containers](/containers/local-dev). Wrangler will attempt to automatically find the correct socket to use to communicate with your container engine. If that does not work (usually surfacing as an `internal error` when attempting to connect to your Container), you can try setting the socket path using this environment variable.
9898

99-
* `WRANGLER_R2_SQL_AUTH_TOKEN` <Type text="string" /> <MetaInfo text="optional" />
99+
- `WRANGLER_R2_SQL_AUTH_TOKEN` <Type text="string" /> <MetaInfo text="optional" />
100100
- API token used for executing queries with [R2 SQL](/r2-sql).
101101

102102
- `WRANGLER_OUTPUT_FILE_PATH` <Type text="string" /> <MetaInfo text="optional" />
@@ -142,7 +142,8 @@ CLOUDFLARE_API_BASE_URL=https://api.cloudflare.com/client/v4
142142
WRANGLER_LOG=debug
143143
WRANGLER_LOG_PATH=../Desktop/my-logs/my-log-file.log
144144
WRANGLER_R2_SQL_AUTH_TOKEN=<YOUR_R2_API_TOKEN_VALUE>
145-
CLOUDFLARE_CF_FETCH_ENABLED=true
145+
CLOUDFLARE_CF_FETCH_ENABLED=false
146+
CLOUDFLARE_CF_FETCH_PATH=/tmp/.cf-cache.json
146147
```
147148

148149
## Deprecated global variables

0 commit comments

Comments
 (0)