mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-06 03:31:00 +00:00
11 lines
223 B
Go
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
|
|
)
|