1
0
Fork 0
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:
Simo Kinnunen 2014-05-30 11:43:38 +09:00
parent 6dda78884e
commit 22fc9e79dd

View file

@ -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