1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

Stop Ember booting app when testing

This commit is contained in:
McMatts 2018-03-23 11:49:15 +00:00
parent 5c0b87bac5
commit 38e8c4665a

View file

@ -67,6 +67,8 @@ module.exports = function (environment) {
enabled: true
};
ENV.APP.autoboot = false;
ENV.apiHost = "https://localhost:5001";
}