-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(dotenv): add git-friendly dotenv files for demo prod and dev
- Loading branch information
1 parent
5bef206
commit 54e7909
Showing
3 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
REACT_APP_BASE_URL= | ||
REACT_APP_ASSETS_BUCKET=https://lightence-assets.s3.amazonaws.com | ||
|
||
# more info https://create-react-app.dev/docs/advanced-configuration | ||
ESLINT_NO_DEV_ERRORS=true | ||
TSC_COMPILE_ON_ERROR=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
REACT_APP_BASE_URL= | ||
REACT_APP_ASSETS_BUCKET=https://lightence-assets.s3.amazonaws.com | ||
|
||
# more info https://create-react-app.dev/docs/advanced-configuration | ||
ESLINT_NO_DEV_ERRORS= | ||
TSC_COMPILE_ON_ERROR= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
REACT_APP_BASE_URL= | ||
REACT_APP_ASSETS_BUCKET=https://lightence-assets.s3.amazonaws.com | ||
|
||
# more info https://create-react-app.dev/docs/advanced-configuration | ||
ESLINT_NO_DEV_ERRORS=true | ||
TSC_COMPILE_ON_ERROR=true |