Skip to content

Commit

Permalink
fix(build): don't include analytics url override in .env
Browse files Browse the repository at this point in the history
  • Loading branch information
rikoe committed Aug 14, 2020
1 parent 6257157 commit 905f90d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/client/.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ REACT_APP_VERSION=$npm_package_version
REACT_APP_NAME=$npm_package_name
REACT_EDITOR=code
REACT_APP_GREENKEY_URL=ws://localhost:8888/client/ws/speech
REACT_APP_ANALYTICS_URL=http://localhost:3005
EXTEND_ESLINT=true
REACT_APP_FINSEMBLE=false
3 changes: 2 additions & 1 deletion src/client/.env.development
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
REACT_APP_BROKER_HOST=web-dev.adaptivecluster.com
REACT_APP_BROKER_PORT=80
REACT_APP_SYMPHONY_APP_ID=reactiveTrader-dev
ENVIRONMENT_NAME=local
ENVIRONMENT_NAME=local
REACT_APP_ANALYTICS_URL=http://localhost:3005

0 comments on commit 905f90d

Please sign in to comment.