Files
EdgeNode/internal/const/const.go
GoEdgeLab c19be78e0d v1.4.1
2024-07-27 15:42:50 +08:00

21 lines
392 B
Go

package teaconst
const (
Version = "1.4.1"
ProductName = "Edge Node"
ProcessName = "edge-node"
Role = "node"
EncryptMethod = "aes-256-cfb"
// SystemdServiceName systemd
SystemdServiceName = "edge-node"
AccessLogSockName = "edge-node.accesslog"
CacheGarbageSockName = "edge-node.cache.garbage"
EnableKVCacheStore = true // determine store cache keys in KVStore or sqlite
)