go-gb28181/pkg/constants/const.go

13 lines
141 B
Go
Raw Normal View History

2025-01-23 18:51:43 +08:00
package constants
const (
ConfigFileName = "config"
ConfigType = "toml"
)
var ConfigPaths = []string{
".",
"./conf",
"/config",
}