Files
EdgeNode/internal/const/const.go

14 lines
202 B
Go
Raw Normal View History

2020-09-09 18:53:53 +08:00
package teaconst
const (
2021-01-04 08:56:42 +08:00
Version = "0.0.7"
2020-09-09 18:53:53 +08:00
ProductName = "Edge Node"
ProcessName = "edge-node"
Role = "node"
EncryptKey = "8f983f4d69b83aaa0d74b21a212f6967"
EncryptMethod = "aes-256-cfb"
)