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