Implement real async COS image upload

This commit is contained in:
Tim
2025-07-01 10:18:53 +08:00
parent 48abc381db
commit 87b9e9acd3
8 changed files with 77 additions and 10 deletions

View File

@@ -6,6 +6,10 @@ spring.jpa.hibernate.ddl-auto=create-drop
resend.api.key=dummy
cos.base-url=http://test.example.com
cos.secret-id=dummy
cos.secret-key=dummy
cos.region=ap-guangzhou
cos.bucket-name=testbucket
app.jwt.secret=TestSecret
app.jwt.expiration=3600000