mirror of
				https://github.com/TeaOSLab/EdgeNode.git
				synced 2025-11-04 07:40:56 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			394 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			394 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package teaconst
 | 
						|
 | 
						|
const (
 | 
						|
	Version = "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
 | 
						|
)
 |