Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 58c9721

Browse filesBrowse files
cola119juanarbol
authored andcommitted
doc: add missing env vars to man page
PR-URL: #43492 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Feng Yu <F3n67u@outlook.com>
1 parent 9c656c8 commit 58c9721
Copy full SHA for 58c9721

File tree

Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed
Open diff view settings
Collapse file

‎doc/node.1‎

Copy file name to clipboardExpand all lines: doc/node.1
+8Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,7 @@ instead of printing to stderr.
645645
Equivalent to passing
646646
.Fl -redirect-warnings Ar file
647647
on the command line.
648+
.
648649
.It Ev NODE_REPL_HISTORY Ar file
649650
Path to the
650651
.Ar file
@@ -654,6 +655,10 @@ The default path is
654655
which is overridden by this variable.
655656
Setting the value to an empty string ("" or " ") will disable persistent REPL history.
656657
.
658+
.It Ev NODE_REPL_EXTERNAL_MODULE Ar file
659+
Path to a Node.js module which will be loaded in place of the built-in REPL.
660+
Overriding this value to an empty string (`''`) will use the built-in REPL.
661+
.
657662
.It Ev NODE_SKIP_PLATFORM_CHECK
658663
When set to
659664
.Ar 1 ,
@@ -689,6 +694,9 @@ If
689694
.Fl -use-openssl-ca
690695
is enabled, this overrides and sets OpenSSL's file containing trusted certificates.
691696
.
697+
.It Ev TZ
698+
Specify the timezone configuration.
699+
.
692700
.It Ev UV_THREADPOOL_SIZE Ar size
693701
Sets the number of threads used in libuv's threadpool to
694702
.Ar size .

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.