mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 04:20:12 +02:00
6 lines
68 B
Go
6 lines
68 B
Go
package constants
|
|
|
|
const (
|
|
HealthcheckAddress = "127.0.0.1:9999"
|
|
)
|