mirror of
				https://github.com/TeaOSLab/EdgeNode.git
				synced 2025-11-04 16:00:25 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			444 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			444 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package teaconst
 | 
						|
 | 
						|
const (
 | 
						|
	Version = "1.3.7"
 | 
						|
 | 
						|
	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
 | 
						|
)
 |