Files
Cloudflare-img2url/wrangler.toml
2025-05-23 11:06:07 +08:00

12 lines
237 B
TOML

name = "image-uploader"
main = "index.js"
compatibility_date = "2025-01-01"
# 配置 R2 存储桶
[[r2_buckets]]
binding = "MY_BUCKET"
bucket_name = "your-bucket-name"
# 环境变量
[vars]
PUBLIC_URL = "https://your-bucket-public-url"