Skip to content

Commit

Permalink
remove dead envoy dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ettec committed Oct 21, 2020
1 parent 540c4d0 commit 70a5201
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion envoy/updatehelm.sh

This file was deleted.

2 changes: 1 addition & 1 deletion react/opentp-client/src/components/Login/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default class Login extends React.Component<Props, State> {
}

if (this.serverUrl.endsWith("localhost:3000")) {
this.serverUrl = "http://127.0.0.1:30469" // for local dev, change this to point at your otp services cluster
this.serverUrl = "http://127.0.0.1:32054" // for local dev, change this to point at your otp services cluster
}

log.info("Connecting to services at:" + this.serverUrl)
Expand Down

0 comments on commit 70a5201

Please sign in to comment.