new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Deno · Reference · all subjects

environment variables

10 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

DENO_AUTH_TOKENS environment variable

The DENO_AUTH_TOKENS environment variable is a list of authorization tokens which can be used to allow Deno to access remote private code.

DENO_TLS_CA_STORE environment variable

The DENO_TLS_CA_STORE environment variable is a list of certificate stores which will be used when establishing TLS connections. The available stores are 'mozilla' and 'system'. You can specify one, both, or none. Certificate chains attempt to resolve in the same order in which you specify them. The default value is 'mozilla'. The 'mozilla' store uses bundled Mozilla certs provided by webpki-roots. The 'system' store uses your platform's native certificate store. If you specify no certificate stores, then no trust will be given to any TLS connection without also specifying DENO_CERT or --cert or specifying a specific certificate per TLS connection.

DENO_CERT environment variable

The DENO_CERT environment variable loads a certificate authority from a PEM encoded file. This overrides the --cert option.

DENO_DIR environment variable

The DENO_DIR environment variable sets the directory where cached information from the CLI is stored. This includes items like cached remote modules, cached transpiled modules, language server cache information and persisted data from local storage. This defaults to the operating system's default cache location and then under the 'deno' path.

HTTPS_PROXY environment variable

The HTTPS_PROXY environment variable specifies the proxy address to use for HTTPS requests.

NO_COLOR environment variable

If the NO_COLOR environment variable is set, this will prevent the Deno CLI from sending ANSI color codes when writing to stdout and stderr. The value of this flag can be accessed at runtime without permission to read the environment variables by checking the value of Deno.noColor.

NO_PROXY environment variable

The NO_PROXY environment variable indicates hosts which should bypass the proxy set in the other environment variables.

NPM_CONFIG_REGISTRY environment variable

The NPM_CONFIG_REGISTRY environment variable specifies the npm registry to use when loading modules via npm specifiers.

deno repl DENO_REPL_HISTORY environment variable

By default, Deno stores REPL history in a deno_history.txt file within the DENO_DIR directory. You can use the DENO_REPL_HISTORY environment variable to control where Deno stores the REPL history file. If set to an empty value, Deno will not store the history file.

Enable unstable flags via environment variables

Some unstable flags can be enabled by setting an environment variable with any value. For example: export DENO_UNSTABLE_SLOPPY_IMPORTS=true

Give your agent this brain