Skip to content

Commit

Permalink
clean angular environments
Browse files Browse the repository at this point in the history
  • Loading branch information
bouttier committed Oct 17, 2022
1 parent 11fc4a3 commit f811c3b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions frontend/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@

export const environment = {
production: true,
NODE_ENV: 'developpement',
NODE_DEBUG: true,
};
2 changes: 0 additions & 2 deletions frontend/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@

export const environment = {
production: false,
NODE_ENV: 'developpement',
NODE_DEBUG: true,
};

0 comments on commit f811c3b

Please sign in to comment.