Files
EdgeAPI/internal/const/const.go

22 lines
336 B
Go
Raw Normal View History

2020-07-22 22:17:53 +08:00
package teaconst
const (
2024-05-20 09:50:10 +08:00
Version = "1.3.9"
2020-07-22 22:17:53 +08:00
ProductName = "Edge API"
ProcessName = "edge-api"
ProductNameZH = "Edge"
GlobalProductName = "GoEdge"
2020-07-22 22:17:53 +08:00
Role = "api"
EncryptMethod = "aes-256-cfb"
2021-01-12 11:49:14 +08:00
SystemdServiceName = "edge-api"
2021-05-11 22:48:04 +08:00
// 其他节点版本号,用来检测是否有需要升级的节点
2024-05-20 09:50:10 +08:00
NodeVersion = "1.3.9"
2020-07-22 22:17:53 +08:00
)