diff --git a/.gitignore b/.gitignore index d8f3372..bededcb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ node_modules .DS_Store .env +.env* +build diff --git a/envSample b/envSample index 4a42b68..28f2251 100644 --- a/envSample +++ b/envSample @@ -1,5 +1,5 @@ -REACT_APP_API_BASE_PATH=https://kb-dsp-server.herokuapp.com -REACT_APP_SOCKET_URL=https://kb-dsp-server.herokuapp.com +REACT_APP_API_BASE_PATH=https://kb-dsp-server-dev.herokuapp.com +REACT_APP_SOCKET_URL=https://kb-dsp-server-dev.herokuapp.com REACT_APP_AUTH0_CLIEND_ID=3CGKzjS2nVSqHxHHE64RhvvKY6e0TYpK REACT_APP_AUTH0_DOMAIN=dronetest.auth0.com REACT_APP_GOOGLE_API_KEY=AIzaSyCR3jfBdv9prCBYBOf-fPUDhjPP4K05YjE