mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-10-29 23:38:11 +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"
 | |
| )
 |