mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-11-04 03:13:15 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			552 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			552 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
# Name of the bucket in MinIO
 | 
						|
bucket: openim
 | 
						|
# Access key ID for MinIO authentication
 | 
						|
accessKeyID: root
 | 
						|
# Secret access key for MinIO authentication
 | 
						|
secretAccessKey: openIM123
 | 
						|
# Session token for MinIO authentication (optional)
 | 
						|
sessionToken: 
 | 
						|
# Internal address of the MinIO server
 | 
						|
internalAddress: localhost:10005
 | 
						|
# External address of the MinIO server, accessible from outside. Supports both HTTP and HTTPS using a domain name
 | 
						|
externalAddress: http://external_ip:10005
 | 
						|
# Flag to enable or disable public read access to the bucket
 | 
						|
publicRead: false
 | 
						|
 | 
						|
 |