Files
open-im-server/config/minio.yml
T

17 lines
552 B
YAML
Raw Normal View History

2024-04-24 15:42:43 +08:00
# Name of the bucket in MinIO
bucket: openim
2024-04-24 15:42:43 +08:00
# Access key ID for MinIO authentication
accessKeyID: root
2024-04-24 15:42:43 +08:00
# Secret access key for MinIO authentication
secretAccessKey: openIM123
2024-04-24 15:42:43 +08:00
# Session token for MinIO authentication (optional)
sessionToken:
2024-04-24 15:42:43 +08:00
# Internal address of the MinIO server
internalAddress: localhost:10005
2024-04-24 15:42:43 +08:00
# External address of the MinIO server, accessible from outside. Supports both HTTP and HTTPS using a domain name
externalAddress: http://external_ip:10005
2024-04-24 15:42:43 +08:00
# Flag to enable or disable public read access to the bucket
publicRead: false