go-gb28181/pkg/constants/const.go
2025-01-23 18:51:43 +08:00

13 lines
141 B
Go

package constants
const (
ConfigFileName = "config"
ConfigType = "toml"
)
var ConfigPaths = []string{
".",
"./conf",
"/config",
}