first commit

This commit is contained in:
CN-JS-HuiBai
2026-04-02 16:43:22 +08:00
commit ac01354b59
7 changed files with 717 additions and 0 deletions

11
.env.example Normal file
View File

@@ -0,0 +1,11 @@
PORT=3000
# AWS S3 / MinIO Configuration
AWS_REGION=us-east-1
AWS_ACCESS_KEY_ID=your_access_key
AWS_SECRET_ACCESS_KEY=your_secret_key
S3_BUCKET_NAME=your_s3_bucket_name
# For MinIO or other S3-compatible storage
S3_ENDPOINT=http://127.0.0.1:9000
S3_FORCE_PATH_STYLE=true