mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-09-11 09:05:51 +08:00
6 lines
94 B
Go
6 lines
94 B
Go
package constant
|
|
|
|
const (
|
|
TmpDir = "/opt/1Panel/task/tmp/"
|
|
TaskDir = "/opt/1Panel/task/"
|
|
)
|