♻️ use minio instead of mongodb

This commit is contained in:
2025-02-05 18:08:29 +08:00
parent a3d4f2c8d1
commit d2b0d7b42e
53 changed files with 2446 additions and 702 deletions

View File

@@ -0,0 +1,6 @@
package constant
const (
FaceBucketName = "faces"
CommentImagesBucketName = "comments"
)