mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-12-04 12:47:36 +08:00
9 lines
173 B
Go
9 lines
173 B
Go
package constants
|
|
|
|
const (
|
|
// DefImageRepository default private image repository
|
|
DefImageRepository = "goodrain.me"
|
|
// GrdataLogPath -
|
|
GrdataLogPath = "/grdata/logs"
|
|
)
|