Skip to content

Commit

Permalink
Missing references to APP_ENV.
Browse files Browse the repository at this point in the history
  • Loading branch information
igoramadas committed Oct 21, 2024
1 parent ae36715 commit a17f02a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.default.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// DEFAULT EXPRESSER SETTINGS
// This file has the default settings for all Expresser modules.
// If you want to define or override settings, please create a settings.json
// file, or for specific environments create a settings.NODE_ENV.json with the
// specific NODE_ENV values. For example settings.production.json.
// file, or for specific environments create a settings.ENV.json with the
// specific APP_ENV or NODE_ENV environment values. For example settings.production.json.

{
// APP
Expand Down
1 change: 1 addition & 0 deletions test/mocha.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
process.env.APP_ENV = "test"
process.env.NODE_ENV = "test"
process.env.TS_NODE_PROJECT = "tsconfig-test.json"

0 comments on commit a17f02a

Please sign in to comment.