Skip to content

Commit

Permalink
fix dev kupo config
Browse files Browse the repository at this point in the history
  • Loading branch information
olgaklimenko committed Aug 11, 2023
1 parent f053221 commit 33b7a52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/535.index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Shared/TestnetConfig.purs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ kupoProdConfig =
kupoConfig :: ServerConfig
kupoConfig =
{ port: UInt.fromInt 1442
, host: "0.0.0.0"
, host: "localhost"
, secure: false
, path: Nothing
}
Expand Down

0 comments on commit 33b7a52

Please sign in to comment.