Skip to content

Commit 22a030c

Browse files
[wrangler] Document missing environment variables (#23832)
Document `WRANGLER_HTTPS_KEY_PATH` and `WRANGLER_HTTPS_CERT_PATH` environment variables. Co-authored-by: Pete Bacon Darwin <[email protected]>
1 parent 22113c6 commit 22a030c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,14 @@ Wrangler supports the following environment variables:
7272
* Defaults to `unix:///var/run/docker.sock`. Set this to the socket path your container engine is listening at if you are using another container tool besides Docker, such as `colima`, or if your Docker engine is configured to listen at a path other than `unix:///var/run/docker.sock`.
7373
You can also set this via `container_engine` config option.
7474

75+
* `WRANGLER_HTTPS_KEY_PATH` <Type text="string" /> <MetaInfo text="optional" />
76+
77+
* Path to a custom HTTPS certificate key when running `wrangler dev`, to be used with `WRANGLER_HTTPS_CERT_PATH`.
78+
79+
* `WRANGLER_HTTPS_CERT_PATH` <Type text="string" /> <MetaInfo text="optional" />
80+
81+
* Path to a custom HTTPS certificate when running `wrangler dev`, to be used with `WRANGLER_HTTPS_KEY_PATH`.
82+
7583

7684

7785
## Example `.env` file

0 commit comments

Comments
 (0)