gotify-client/constants/const.go

13 lines
141 B
Go

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