if you set authtoken using ngrok config add-authtoken and you
also set config options in application properites
we ignore the authtoken from the default config.
This change addreses the need by:
use ngrok merge config feature by passing default config location
config on the command line (iff the default config exists)
Why:
ngrok config add-authtoken
and you also set config options in application properites we ignore the authtoken from the default config.This change addreses the need by: