Making default protocol https.
This commit is contained in:
Родитель
6729710669
Коммит
5a9b778c11
|
@ -434,7 +434,7 @@ exports.init = function (cli) {
|
|||
// by version <= 0.6.0 and if so fix-up
|
||||
if (cfg.port) {
|
||||
cfg.endpoint = url.format({
|
||||
protocol: 'http',
|
||||
protocol: 'https',
|
||||
hostname: cfg.endpoint,
|
||||
port: cfg.port
|
||||
});
|
||||
|
|
Загрузка…
Ссылка в новой задаче