From deb99dc70f8dc5bdae3d992846a5cace04aa8ee3 Mon Sep 17 00:00:00 2001 From: amos wong Date: Mon, 15 Dec 2025 19:36:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0r2=E5=AD=98=E5=82=A8=E7=9A=84?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E4=B8=BAcdn=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 4b06c61..c4c46ce 100644 --- a/.env.production +++ b/.env.production @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index c0a1bdf..841b647 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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}