Skip to content

Commit

Permalink
Merge pull request #48 from jensdenbraber/47-fix-connector-ip-address
Browse files Browse the repository at this point in the history
changed to locahost
  • Loading branch information
jensdenbraber authored Jul 6, 2023
2 parents db71fc8 + c5b9b01 commit f01ef95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default function App() {
return (
<>
<FullScreen handle={handle}>
<Connector brokerUrl="ws://192.168.68.53:9001" options={{ keepalive: 0 }}>
<Connector brokerUrl="ws://localhost:9001" options={{ keepalive: 0 }}>

{/* <TabPanel sx={{ position: 'fixed', bottom: 0, left: 0, top: 0 }} tabs={tabs} tab={value}></TabPanel> */}
{/* <Status /> */}
Expand Down

0 comments on commit f01ef95

Please sign in to comment.