mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-11-04 11:22:10 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			220 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			220 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package etcd
 | 
						|
 | 
						|
const (
 | 
						|
	ConfigKeyPrefix       = "/open-im/config/"
 | 
						|
	RestartKey            = "restart"
 | 
						|
	EnableConfigCenterKey = "enable-config-center"
 | 
						|
	Enable                = "enable"
 | 
						|
	Disable               = "disable"
 | 
						|
)
 |