Skip to content

Commit

Permalink
Revert change to default
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksontj committed Jun 5, 2019
1 parent 7756375 commit 8b48c9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ipamd/introspect.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ import (
)

const (
// defaultIntrospectionAddress is listening on localhost 61679 for ipamd introspection
defaultIntrospectionBindAddress = "127.0.0.1:61679"
// defaultIntrospectionAddress ipamd introspection
defaultIntrospectionBindAddress = ":61679"

// Environment variable to define the bind address for the introspection endpoint
introspectionBindAddress = "INTROSPECTION_BIND_ADDRESS"
Expand Down

0 comments on commit 8b48c9d

Please sign in to comment.