Skip to content
Snippets Groups Projects
Commit 1fbbc2b1 authored by Kevin Lyda's avatar Kevin Lyda :speech_balloon:
Browse files

Use listen address from config.

parent 725e6dbb
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -40,5 +40,5 @@ func main() { ...@@ -40,5 +40,5 @@ func main() {
m := metrics.Register(gc) m := metrics.Register(gc)
go m.Gather() go m.Gather()
log.Fatal(http.ListenAndServe(*addr, nil)) log.Fatal(http.ListenAndServe(c.ListenAddress, nil))
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment