From 5f0a555a9ed760c32a72a33cf115f7f529ed114b Mon Sep 17 00:00:00 2001 From: Ben Francis Date: Tue, 27 Jun 2017 17:10:25 -0700 Subject: [PATCH] Remove box prefix from config --- config/default.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.js b/config/default.js index 5de0147d1..26372182a 100644 --- a/config/default.js +++ b/config/default.js @@ -52,7 +52,7 @@ module.exports = { ssltunnel: { enabled: true, registration_endpoint: 'mozilla-iot.org', - domain: 'box.mozilla-iot.org', + domain: 'mozilla-iot.org', pagekite_cmd: './pagekite.py', port: 443 }