mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-11-01 00:42:13 +08:00 
			
		
		
		
	* build: implement services image build. * remove unused tools * update test. * update images. * update dockerfile and go mod. * update go mod. * Add comments. * update go pkg. * update loadConfig and discovery logic in kubernetes. * update go pkg and discovery field. * update Load method args.
		
			
				
	
	
		
			20 lines
		
	
	
		
			417 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			417 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| enable: etcd
 | |
| etcd:
 | |
|   rootDirectory: openim
 | |
|   address: [ localhost:12379 ]
 | |
|   username: ''
 | |
|   password: ''
 | |
| 
 | |
| kubernetes:
 | |
|   namespace: default
 | |
| 
 | |
| rpcService:
 | |
|   user: user-rpc-service
 | |
|   friend: friend-rpc-service
 | |
|   msg: msg-rpc-service
 | |
|   push: push-rpc-service
 | |
|   messageGateway: messageGateway-rpc-service
 | |
|   group: group-rpc-service
 | |
|   auth: auth-rpc-service
 | |
|   conversation: conversation-rpc-service
 | |
|   third: third-rpc-service |