Skip to content

Commit 70a5201

Browse files
committed
remove dead envoy dir
1 parent 540c4d0 commit 70a5201

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

envoy/updatehelm.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

react/opentp-client/src/components/Login/Login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default class Login extends React.Component<Props, State> {
5353
}
5454

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

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

0 commit comments

Comments
 (0)