7 lines
152 B
Go
7 lines
152 B
Go
package constants
|
|
|
|
const (
|
|
// HealthcheckAddress is the default listening address for the healthcheck server.
|
|
HealthcheckAddress = "127.0.0.1:9999"
|
|
)
|