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:
parent
5c0b87bac5
commit
38e8c4665a
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,8 @@ module.exports = function (environment) {
|
|||
enabled: true
|
||||
};
|
||||
|
||||
ENV.APP.autoboot = false;
|
||||
|
||||
ENV.apiHost = "https://localhost:5001";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue