Files
gluetun/internal/constants/paths.go

7 lines
120 B
Go
Raw Normal View History

2020-04-12 20:01:33 +00:00
package constants
const (
2021-06-20 16:12:39 +00:00
// ServersData is the server information filepath.
ServersData = "/gluetun/servers.json"
2020-04-12 20:01:33 +00:00
)