mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-22 16:00:51 +00:00
13 lines
255 B
Go
13 lines
255 B
Go
package constant
|
|
|
|
const (
|
|
Supervisord = "supervisord"
|
|
Supervisor = "supervisor"
|
|
SupervisorConfigPath = "SupervisorConfigPath"
|
|
SupervisorServiceName = "SupervisorServiceName"
|
|
|
|
FTPUser = "1panel"
|
|
FTPUid = 1000
|
|
FTPGid = 1000
|
|
)
|