复制项目

This commit is contained in:
kim.dev.6789
2026-01-14 22:16:44 +08:00
parent e2577b8cee
commit e50142a3b9
691 changed files with 97009 additions and 1 deletions

16
config/minio.yml Normal file
View File

@@ -0,0 +1,16 @@
# Name of the bucket in MinIO
bucket: images
# Access key ID for MinIO authentication
accessKeyID: Z9Mgqtdm9OczzeRG
# Secret access key for MinIO authentication
secretAccessKey: vV6CzNvxYaN9jSZ8g7nOhGF1N4ygLJbE
# Session token for MinIO authentication (optional)
sessionToken:
# Internal address of the MinIO server
internalAddress: s3.jizhying.com
# External address of the MinIO server, accessible from outside. Supports both HTTP and HTTPS using a domain name
externalAddress: https://s3.jizhying.com
# Flag to enable or disable public read access to the bucket
publicRead: true