From 5c07a169586600e01bc7a738e47f3a96436127a7 Mon Sep 17 00:00:00 2001 From: Mike Stegeman Date: Wed, 21 Mar 2018 10:30:42 -0600 Subject: [PATCH] Switch update URL. Fixes #697 --- config/default.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.js b/config/default.js index 48b7ecd09..b88aeac3d 100644 --- a/config/default.js +++ b/config/default.js @@ -59,5 +59,5 @@ module.exports = { certemail: 'certificate@mozilla-iot.org', }, bcryptRounds: 2, - updateUrl: 'https://api.github.com/repos/mozilla-iot/gateway/releases', + updateUrl: 'https://api.mozilla-iot.org:8443/releases', };