Initial commit (code only without large binaries)
This commit is contained in:
21
EdgeNode/internal/const/const.go
Normal file
21
EdgeNode/internal/const/const.go
Normal file
@@ -0,0 +1,21 @@
|
||||
package teaconst
|
||||
|
||||
const (
|
||||
Version = "1.4.7" //1.3.8.2
|
||||
|
||||
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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user