mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-11-04 11:22:10 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			195 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			195 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
enable: etcd
 | 
						|
etcd:
 | 
						|
  rootDirectory: openim
 | 
						|
  address: [ localhost:12379 ]
 | 
						|
  username: ''
 | 
						|
  password: ''
 | 
						|
 | 
						|
zookeeper:
 | 
						|
  schema: openim
 | 
						|
  address: [ localhost:12181 ]
 | 
						|
  username: ''
 | 
						|
  password: ''
 | 
						|
 |