Skip to content

Commit

Permalink
revert port change
Browse files Browse the repository at this point in the history
  • Loading branch information
BedrockSquirrel committed Oct 27, 2023
1 parent baaa0ab commit e3fb933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/obscuroscan_v2/backend/cmd/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
func parseCLIArgs() *config.Config {
defaultConfig := &config.Config{
NodeHostAddress: "http://erpc.dev-testnet.obscu.ro:80",
ServerAddress: "0.0.0.0:43910",
ServerAddress: "0.0.0.0:80",
LogPath: "obscuroscan_logs.txt",
}

Expand Down

0 comments on commit e3fb933

Please sign in to comment.