Skip to content

Commit

Permalink
Rename a few bpns references
Browse files Browse the repository at this point in the history
  • Loading branch information
bradtgmurray committed Dec 19, 2023
1 parent f6b3a9a commit 18b02e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/validation_relay/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func main() {

listenAddr := flag.String(
"listen",
flagenv.StringEnvWithDefault("BPNS_LISTEN", ":8000"),
flagenv.StringEnvWithDefault("REGISTRATION_RELAY_LISTEN", ":8000"),
"Listen address",
)

Expand All @@ -43,7 +43,7 @@ func main() {
cfg := config.Config{}
cfg.API.Listen = *listenAddr

log.Info().Str("commit", Commit).Str("build_time", BuildTime).Msg("bpns")
log.Info().Str("commit", Commit).Str("build_time", BuildTime).Msg("registration-relay starting")

srv := api.NewAPI(cfg)
srv.Start()
Expand Down

0 comments on commit 18b02e7

Please sign in to comment.