Files
EdgeNode/internal/const/const.go
2024-04-15 09:26:13 +08:00

22 lines
446 B
Go

package teaconst
const (
Version = "1.3.4.3"
ProductName = "Edge Node"
ProcessName = "edge-node"
Role = "node"
EncryptKey = "8f983f4d69b83aaa0d74b21a212f6967"
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
)