Skip to content

Commit

Permalink
adding proxy info back in and adding old url for redirect (denoland#1060
Browse files Browse the repository at this point in the history
)
  • Loading branch information
thisisjofrank authored Oct 24, 2024
1 parent 4aa1cb2 commit 5c64a4b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions runtime/fundamentals/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ oldUrl:
- /runtime/manual/basics/modules/import_maps/
- /runtime/basics/import_maps/
- /runtime/manual/linking_to_external_code/import_maps
- /manual/linking_to_external_code/proxies
---

You can configure Deno using a `deno.json` file. This file can be used to
Expand Down Expand Up @@ -510,3 +511,13 @@ works as well:
A JSON schema file is available for editors to provide autocompletion. The file
is versioned and available at:
https://deno.land/x/deno/cli/schemas/config-file.v1.json

## Proxies

Deno supports proxies for module downloads and the fetch API. Proxy
configuration is read from
[environment variables](https://docs.deno.com/runtime/reference/env_variables/#special-environment-variables):
HTTP_PROXY, HTTPS_PROXY and NO_PROXY.

If you are using Windows - if environment variables are not found Deno falls
back to reading proxies from the registry.

0 comments on commit 5c64a4b

Please sign in to comment.