You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Open-IM-Server/config/minio.yml

19 lines
639 B

# 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: 192.168.1.36:10005
internalAddress: 192.168.0.250:10005
# External address of the MinIO server, accessible from outside. Supports both HTTP and HTTPS using a domain name
#externalAddress: http://192.168.1.36:10005
externalAddress: http://192.168.0.250:10005
# Flag to enable or disable public read access to the bucket
publicRead: false