File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ commander.version(process.env.VERSION || "development")
24
24
. option ( "-e, --extensions-dir <dir>" , "Set the root path for extensions." )
25
25
. option ( "-d --user-data-dir <dir>" , " Specifies the directory that user data is kept in, useful when running as root." )
26
26
. option ( "--data-dir <value>" , "DEPRECATED: Use '--user-data-dir' instead. Customize where user-data is stored." )
27
- . option ( "-h, --host <value>" , "Customize the hostname." , "0 .0.0.0 " )
27
+ . option ( "-h, --host <value>" , "Customize the hostname." , "127 .0.0.1 " )
28
28
. option ( "-o, --open" , "Open in the browser on startup." , false )
29
29
. option ( "-p, --port <number>" , "Port to bind on." , 8443 )
30
30
. option ( "-N, --no-auth" , "Start without requiring authentication." , undefined )
You can’t perform that action at this time.
0 commit comments