mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-05 01:20:26 +08:00
14 lines
202 B
Go
14 lines
202 B
Go
|
|
package teaconst
|
||
|
|
|
||
|
|
const (
|
||
|
|
Version = "0.0.1"
|
||
|
|
|
||
|
|
ProductName = "Edge Node"
|
||
|
|
ProcessName = "edge-node"
|
||
|
|
|
||
|
|
Role = "node"
|
||
|
|
|
||
|
|
EncryptKey = "8f983f4d69b83aaa0d74b21a212f6967"
|
||
|
|
EncryptMethod = "aes-256-cfb"
|
||
|
|
)
|