Making default protocol https.

This commit is contained in:
Andre Rodrigues 2012-08-02 10:25:48 +01:00
Родитель 6729710669
Коммит 5a9b778c11
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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
});