From 38e8c4665aa105507a6ebe8e4e9dfa29c2d747e2 Mon Sep 17 00:00:00 2001 From: McMatts Date: Fri, 23 Mar 2018 11:49:15 +0000 Subject: [PATCH] Stop Ember booting app when testing --- gui/config/environment.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gui/config/environment.js b/gui/config/environment.js index 947cef11..7613edb4 100644 --- a/gui/config/environment.js +++ b/gui/config/environment.js @@ -67,6 +67,8 @@ module.exports = function (environment) { enabled: true }; + ENV.APP.autoboot = false; + ENV.apiHost = "https://localhost:5001"; }