Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
change backend default ports
Browse files Browse the repository at this point in the history
  • Loading branch information
aschmahmann committed Mar 23, 2023
1 parent 4725228 commit f506a7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ func main() {
}

func init() {
rootCmd.Flags().Int("gateway-port", 8081, "gateway port")
rootCmd.Flags().Int("metrics-port", 8041, "metrics port")
rootCmd.Flags().Int("gateway-port", 8082, "gateway port")
rootCmd.Flags().Int("metrics-port", 8042, "metrics port")
rootCmd.Flags().String("car-blockstore", "", "a CAR file to use for serving data instead of network requests")
golog.SetLogLevel("bifrost-gateway-backend", "debug")
}
Expand Down

0 comments on commit f506a7c

Please sign in to comment.