Skip to content

Commit 176bac6

Browse files
committed
add .env localy
1 parent f5d94cb commit 176bac6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.env

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# this file was created automatically by heroku-config
2+
3+
GOOGLE_API_KEY="AIzaSyCR3jfBdv9prCBYBOf-fPUDhjPP4K05YjE"
4+
NODE_ENV="production"
5+
NPM_CONFIG_PRODUCTION="false"
6+
REACT_APP_API_BASE_PATH="https://kb-dsp-server-dev.herokuapp.com"
7+
REACT_APP_AUTH0_CLIEND_ID="3CGKzjS2nVSqHxHHE64RhvvKY6e0TYpK"
8+
REACT_APP_AUTH0_DOMAIN="dronetest.auth0.com"
9+
REACT_APP_GOOGLE_API_KEY="AIzaSyCR3jfBdv9prCBYBOf-fPUDhjPP4K05YjE"
10+
REACT_APP_SOCKET_URL="https://kb-dsp-server-dev.herokuapp.com"

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ node_modules
66
dist
77
coverage
88
.tmp
9-
/.env

0 commit comments

Comments
 (0)