mirror of
https://github.com/openstf/stf
synced 2025-10-04 18:29:17 +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>'
|
.option('--public-ip <ip>'
|
||||||
, 'public ip for global access'
|
, 'public ip for global access'
|
||||||
, String
|
, String
|
||||||
, ip())
|
, 'localhost')
|
||||||
.action(function() {
|
.action(function() {
|
||||||
var log = logger.createLogger('cli:local')
|
var log = logger.createLogger('cli:local')
|
||||||
, args = arguments
|
, args = arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue