Skip to content

Commit

Permalink
Added .env.local
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Tarazaga committed Nov 19, 2019
1 parent 2186ea6 commit 734b1f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
node_modules

# env variables
.env.local

# production
build
Expand All @@ -17,4 +16,4 @@ npm-debug.log
yarn-error.log
.vscode
.idea
lerna-debug.log
lerna-debug.log
4 changes: 4 additions & 0 deletions packages/editor/.env.local
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ORIGIN=localhost:4000
REACT_APP_INFURA_API_KEY=58b57895912346bf8aefba3cab0db459
REACT_APP_AMPLITUDE_API_KEY=5824e3f0eac5febce797022a39309f01
REACT_APP_API_BASE_URL=https://studio-api-staging.ethereum.org
1 change: 0 additions & 1 deletion packages/editor/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ dist
*.iml
*/**/openzeppelin.json
*/**/templates/*
.env.local
.vscode
!templates/**

0 comments on commit 734b1f7

Please sign in to comment.