Skip to content

Commit

Permalink
add missing env var
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Nov 23, 2023
1 parent 0beadcd commit 63a7e25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/reference/deps_and_cli.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1234,6 +1234,7 @@ PS D:> clj -X clojure.core/prn :val '{:s1 """nospaces""" :s2 ""has spaces""}'
{:val {:s1 "nospaces", :s2 "has spaces"}}
----

[[env_vars]]
== Environment variables

The following environment variables can influence CLI execution (many are described in more detail elsewhere on this page):
Expand All @@ -1250,6 +1251,7 @@ The following environment variables can influence CLI execution (many are descri
* `GITLIBS` - the path to the gitlibs storage directory (default = `~/.gitlibs`)
* `GITLIBS_COMMAND` - the git command to run (default = `git`)
* `GITLIBS_DEBUG` - set to true to print all git commands being run
* `CLOJURE_CLI_ALLOW_HTTP_REPO` - set to true to allow http:// repository urls (this may make your dependency downloads subject to man-in-the-middle attacks)

== Glossary

Expand Down

0 comments on commit 63a7e25

Please sign in to comment.