From c423211cb639672f96e39fb57a0dd46e9a2b62bf Mon Sep 17 00:00:00 2001 From: zxr <271055687@qq.com> Date: Tue, 4 Aug 2026 15:47:52 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BD=BF=E7=94=A8=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E5=8F=98=E9=87=8F=E7=AE=A1=E7=90=86=E6=9C=8D=E5=8A=A1=E5=AF=86?= =?UTF-8?q?=E9=92=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/files_dev.yaml | 6 +++--- etc/files_prod.yaml | 6 +++--- etc/files_test.yaml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/etc/files_dev.yaml b/etc/files_dev.yaml index f10170a..125e0ac 100644 --- a/etc/files_dev.yaml +++ b/etc/files_dev.yaml @@ -15,9 +15,9 @@ MicroService: - files.ping.hello ServiceClients: - assets: ops-assets - dc-control: ops-dc-control - visual: ops-visual + assets: ${ASSETS_FILES_SECRET} + dc-control: ${DC_CONTROL_FILES_SECRET} + visual: ${VISUAL_FILES_SECRET} ObjectStorage: Provider: aliyun diff --git a/etc/files_prod.yaml b/etc/files_prod.yaml index f10170a..125e0ac 100644 --- a/etc/files_prod.yaml +++ b/etc/files_prod.yaml @@ -15,9 +15,9 @@ MicroService: - files.ping.hello ServiceClients: - assets: ops-assets - dc-control: ops-dc-control - visual: ops-visual + assets: ${ASSETS_FILES_SECRET} + dc-control: ${DC_CONTROL_FILES_SECRET} + visual: ${VISUAL_FILES_SECRET} ObjectStorage: Provider: aliyun diff --git a/etc/files_test.yaml b/etc/files_test.yaml index f10170a..125e0ac 100644 --- a/etc/files_test.yaml +++ b/etc/files_test.yaml @@ -15,9 +15,9 @@ MicroService: - files.ping.hello ServiceClients: - assets: ops-assets - dc-control: ops-dc-control - visual: ops-visual + assets: ${ASSETS_FILES_SECRET} + dc-control: ${DC_CONTROL_FILES_SECRET} + visual: ${VISUAL_FILES_SECRET} ObjectStorage: Provider: aliyun