1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-21 09:19:16 +08:00

10 lines
120 B
Go
Raw Normal View History

2024-07-19 19:04:11 +08:00
package constant
import (
"github.com/1Panel-dev/1Panel/core/global"
)
var (
2024-07-22 16:14:59 +08:00
DataDir = global.CONF.System.DataDir
2024-07-19 19:04:11 +08:00
)