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"; }