Skip to content

Commit

Permalink
parametrize address
Browse files Browse the repository at this point in the history
  • Loading branch information
David VIEJO (IECI-ALTIA) committed Apr 14, 2021
1 parent a5762d1 commit d893fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ func newServerCmd() *cobra.Command {
"message": "pong",
})
})
return r.Run("0.0.0.0:8090")
return r.Run(srvOptions.address)
},
}
persistentFlags := cmd.PersistentFlags()
Expand Down

0 comments on commit d893fdd

Please sign in to comment.