WIP
This commit is contained in:
parent
7f73046773
commit
4875f42152
3 changed files with 30 additions and 18 deletions
|
@ -26,6 +26,7 @@ module.exports = function(environment) {
|
|||
if (environment === 'development') {
|
||||
ENV.APP.API_HOST = 'http://localhost:8000';
|
||||
ENV.APP.API_NAMESPACE = 'api/v1';
|
||||
ENV.APP.LOG_TRANSITIONS = true;
|
||||
}
|
||||
|
||||
if (environment === 'test') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue