更新r2存储的地址为cdn地址

This commit is contained in:
amos wong
2025-12-15 19:36:11 +08:00
parent 7682b8672a
commit deb99dc70f
2 changed files with 2 additions and 2 deletions

View File

@@ -11,4 +11,4 @@ R2_ACCOUNT_ID=ebf33b5ee4eb26f32af0c6e06102e000
R2_ACCESS_KEY_ID=8acbc8a9386d60d0e8dac6bd8165c618
R2_ACCESS_KEY_SECRET=72935e23b5b4be8fda99008e75285e8ac778f8926656c42780b25785bb149443
R2_BUCKET_NAME=memory
R2_PUBLIC_URL=https://amos.us.kg
R2_PUBLIC_URL=https://cdn.amos.us.kg

View File

@@ -20,4 +20,4 @@ services:
- R2_ACCESS_KEY_ID=${R2_ACCESS_KEY_ID}
- R2_ACCESS_KEY_SECRET=${R2_ACCESS_KEY_SECRET}
- R2_BUCKET_NAME=${R2_BUCKET_NAME:-memory}
- R2_PUBLIC_URL=https://amos.us.kg
- R2_PUBLIC_URL=${R2_PUBLIC_URL}