From c25913399b1c8982cebc2ac8cf24f0c6d48ba360 Mon Sep 17 00:00:00 2001 From: Kyle Bowerman Date: Tue, 29 Nov 2016 16:09:09 -0600 Subject: [PATCH] envsample and ignore --- .gitignore | 2 ++ envSample | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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