Skip to content

Commit

Permalink
Adjust ports
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffxy committed Mar 29, 2024
1 parent d971b74 commit 4483699
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ui/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ function App() {
workloadRunners: [
{
host: "localhost",
// port: 8585,
port: 7583,
port: 8585,
// port: 7583,
},
{
host: "localhost",
// port: 8586,
port: 7583,
port: 8586,
// port: 7583,
},
],
});
Expand Down

0 comments on commit 4483699

Please sign in to comment.