mirror of
				https://github.com/TeaOSLab/EdgeNode.git
				synced 2025-11-04 16:00:25 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			270 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			270 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package teaconst
 | 
						|
 | 
						|
const (
 | 
						|
	Version = "0.3.5.2"
 | 
						|
 | 
						|
	ProductName = "Edge Node"
 | 
						|
	ProcessName = "edge-node"
 | 
						|
 | 
						|
	Role = "node"
 | 
						|
 | 
						|
	EncryptKey    = "8f983f4d69b83aaa0d74b21a212f6967"
 | 
						|
	EncryptMethod = "aes-256-cfb"
 | 
						|
 | 
						|
	// SystemdServiceName systemd
 | 
						|
	SystemdServiceName = "edge-node"
 | 
						|
)
 |