mirror of
https://github.com/openstf/stf
synced 2025-10-04 10:19:30 +02:00
Use 'localhost' by default as 'public address'. Can override with --public-ip.
This commit is contained in:
parent
6dda78884e
commit
22fc9e79dd
1 changed files with 1 additions and 1 deletions
|
@ -608,7 +608,7 @@ program
|
|||
.option('--public-ip <ip>'
|
||||
, 'public ip for global access'
|
||||
, String
|
||||
, ip())
|
||||
, 'localhost')
|
||||
.action(function() {
|
||||
var log = logger.createLogger('cli:local')
|
||||
, args = arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue