icey-yu 43f726dc78 Revert "feat: change port"
This reverts commit 06d5e944
2024-09-09 09:57:05 +08:00

17 lines
553 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://192.168.2.19:10005
# Flag to enable or disable public read access to the bucket
publicRead: false