Skip to content

Commit

Permalink
cmd/seb-api: change default port to 51313
Browse files Browse the repository at this point in the history
  • Loading branch information
micvbang committed May 23, 2024
1 parent 251eed8 commit c48b49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/seb-api/app/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func parseFlags() flags {

// http
fs.StringVar(&f.httpListenAddress, "http-address", "127.0.0.1", "Address to listen for HTTP traffic")
fs.IntVar(&f.httpListenPort, "http-port", 8080, "Port to listen for HTTP traffic")
fs.IntVar(&f.httpListenPort, "http-port", 51313, "Port to listen for HTTP traffic")
fs.StringVar(&f.httpAPIKey, "http-api-key", "api-key", "API key for authorizing HTTP requests (this is not safe and needs to be changed)")

// http debug
Expand Down

0 comments on commit c48b49c

Please sign in to comment.