Skip to content

Commit

Permalink
chore: update environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
unicornware committed Sep 4, 2021
1 parent a2880c9 commit 1a9dcba
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

# Environment Variables - Project Defaults
#
# References:
#
# - https://github.com/entropitor/dotenv-cli

DEBUG="$DEBUG"
DEBUG_COLORS=true
NODE_ENV=development
NODE_OPTIONS=''
TS_NODE_PROJECT="$PWD/tsconfig.json"
8 changes: 8 additions & 0 deletions .env.production
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Environment Variables - Project - `production`
#
# References:
#
# - https://github.com/entropitor/dotenv-cli

NODE_ENV=production
TS_NODE_PROJECT="$PWD/tsconfig.prod.json"
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@
"yarn": "3.0.1"
},
"env": {
"optional": [],
"optional": [
"DEBUG",
"DEBUG_COLORS"
],
"required": [
"NPM_TOKEN_FLDV",
"PAT_GPR_FLDV"
Expand Down

0 comments on commit 1a9dcba

Please sign in to comment.