Files
gluetun/internal/constants/paths.go
2022-05-27 16:29:49 +00:00

7 lines
120 B
Go

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