mirror of
https://github.com/qdm12/gluetun.git
synced 2026-06-14 00:02:14 +02:00
7 lines
136 B
Go
7 lines
136 B
Go
package constants
|
|
|
|
const (
|
|
// ServersDataLegacy is the old server information filepath.
|
|
ServersDataLegacy = "/gluetun/servers.json"
|
|
)
|