Skip to content

Commit

Permalink
[mod] change default port
Browse files Browse the repository at this point in the history
  • Loading branch information
dohq committed Nov 23, 2020
1 parent 0f2cf0e commit cf049c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const (
)

var (
addr = flag.String("listen", "127.0.0.1:9767", "The address to listen on for HTTP requests.")
addr = flag.String("listen", "127.0.0.1:9768", "The address to listen on for HTTP requests.")
username = flag.String("username", "", "Username for use in authentication")
password = flag.String("password", "", "Password for use in authentication")
)
Expand Down

0 comments on commit cf049c4

Please sign in to comment.