Skip to content

Commit

Permalink
Turn off resource_on config for production env
Browse files Browse the repository at this point in the history
  • Loading branch information
welefen committed Jul 28, 2016
1 parent c864398 commit 01bdfed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion template/config/env/production.es
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';

export default {

resource_on: false
};
2 changes: 1 addition & 1 deletion template/config/env/production.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';

module.exports = {

resource_on: false
};
2 changes: 1 addition & 1 deletion template/config/env/production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
'use strict';

export default {

resource_on: false
};

0 comments on commit 01bdfed

Please sign in to comment.