Rainbond/util/constants/constants.go
2020-03-08 01:41:44 +08:00

9 lines
173 B
Go

package constants
const (
// DefImageRepository default private image repository
DefImageRepository = "goodrain.me"
// GrdataLogPath -
GrdataLogPath = "/grdata/logs"
)