This repository has been archived on 2026-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GoEdgeAdmin/internal/const/const.go
T
2023-11-23 17:26:24 +08:00

23 lines
454 B
Go

package teaconst
const (
Version = "1.3.1"
APINodeVersion = "1.3.1"
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}"
)