Skip to content

Commit

Permalink
Comment out overridden props for localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldowman committed Mar 15, 2024
1 parent 50c4f62 commit be0ede8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ function App() {
<Verifier
enableJournalParser={true}
onStatus={onVerifierStatus}
registryUrl="http://localhost:3000/registry.json"
ipfsGateway="http://localhost:8080"
// registryUrl="http://localhost:3000/registry.json"
// ipfsGateway="http://localhost:8080"
/>
<div className="info">
<p>
Expand Down

0 comments on commit be0ede8

Please sign in to comment.