-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove .env file * Add .env to gitignore * Add husky and lint-staged * Update readme * Remove .env file * Add more env vars * (fix) name case Co-authored-by: Gabriel Rodriguez Alsina <gabriel.rodriguez@altoros.com>
- Loading branch information
1 parent
13349ac
commit 879aa5d
Showing
6 changed files
with
257 additions
and
14 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,8 @@ | ||
REACT_APP_CHAIN_ID=4 | ||
REACT_APP_NETWORK_URL="PUT_YOUR_INFURA_URL" | ||
REACT_APP_ADDITIONAL_SERVICES_API_URL="PUT_YOUR_API_URL" | ||
REACT_APP_ADDITIONAL_SERVICES_API_URL_PROD="PUT_YOUR_API_URL_FOR_PRODUCTION" | ||
REACT_APP_GOOGLE_ANALYTICS_ID="PUT_YOUR_GOOGLE_ANALYTICS_ID" | ||
REACT_APP_GIT_COMMIT_HASH="PUT_YOUR_LAST_COMMIT_HASH" | ||
REACT_APP_FORTMATIC_KEY="PUT_YOUR_FORTMATIC_KEY" | ||
REACT_APP_PORTIS_ID="PUT_YOUR_PORTIS_ID" |
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
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
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
Oops, something went wrong.