Files
weave-scope/xfer/ports.go
2015-05-19 10:02:02 +00:00

11 lines
223 B
Go

package xfer
var (
// ProbePort is the default port that the probe(s) will listen on to
// publish reports.
ProbePort = 4030
// AppPort is the default port that the app will use for its HTTP server.
AppPort = 4040
)