Files
gluetun/internal/constants/paths.go
T
Quentin McGaw 71c4fcda52 reviewed
2026-05-12 04:43:27 +00:00

7 lines
136 B
Go

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