mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-03 23:20:25 +08:00
19 lines
317 B
Go
19 lines
317 B
Go
package teaconst
|
|
|
|
const (
|
|
Version = "1.1.0"
|
|
|
|
ProductName = "Edge Node"
|
|
ProcessName = "edge-node"
|
|
|
|
Role = "node"
|
|
|
|
EncryptKey = "8f983f4d69b83aaa0d74b21a212f6967"
|
|
EncryptMethod = "aes-256-cfb"
|
|
|
|
// SystemdServiceName systemd
|
|
SystemdServiceName = "edge-node"
|
|
|
|
AccessLogSockName = "edge-node.accesslog.sock"
|
|
)
|