Files
EdgeAdmin/internal/const/const.go
2023-12-18 08:51:16 +08:00

23 lines
458 B
Go

package teaconst
const (
Version = "1.3.1.2"
APINodeVersion = "1.3.1.2"
ProductName = "Edge Admin"
ProcessName = "edge-admin"
ProductNameZH = "Edge"
Role = "admin"
EncryptKey = "8f983f4d69b83aaa0d74b21a212f6967"
EncryptMethod = "aes-256-cfb"
CookieSID = "edgesid"
SessionAdminId = "adminId"
SystemdServiceName = "edge-admin"
UpdatesURL = "https://goedge.cn/api/boot/versions?os=${os}&arch=${arch}&version=${version}"
)