Files
gluetun/internal/constants/paths.go
T
Quentin McGaw f8dd3f44d1 wip
2026-05-13 01:00:12 +00:00

7 lines
136 B
Go

package constants
const (
// ServersDataLegacy is the old server information filepath.
ServersDataLegacy = "/gluetun/servers.json"
)