-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: rename env vars to begin with REACT_APP_
- Loading branch information
Jie Hao Kwa
authored and
Jie Hao Kwa
committed
Nov 26, 2020
1 parent
8197b67
commit 47cd1b9
Showing
2 changed files
with
13 additions
and
13 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export REACT_APP_CLIENT_ID='' | ||
export REACT_APP_BACKEND_URL='' | ||
export SENTRY_ENV='' | ||
export SENTRY_DSN='' | ||
export REACT_APP_SENTRY_ENV='' | ||
export REACT_APP_SENTRY_DSN='' |
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