2020-02-15 13:26:30 +08:00
|
|
|
package constants
|
|
|
|
|
|
|
|
const (
|
|
|
|
// DefImageRepository default private image repository
|
2020-02-15 17:02:50 +08:00
|
|
|
DefImageRepository = "goodrain.me"
|
2020-03-08 01:41:44 +08:00
|
|
|
// GrdataLogPath -
|
|
|
|
GrdataLogPath = "/grdata/logs"
|
2020-02-15 13:26:30 +08:00
|
|
|
)
|