We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d94cb commit 176bac6Copy full SHA for 176bac6
.env
@@ -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
@@ -6,4 +6,3 @@ node_modules
dist
coverage
.tmp
-/.env
0 commit comments