chore: 使用环境变量管理服务密钥

This commit is contained in:
zxr
2026-08-04 15:47:52 +08:00
parent d2ba827829
commit c423211cb6
3 changed files with 9 additions and 9 deletions

View File

@@ -15,9 +15,9 @@ MicroService:
- files.ping.hello - files.ping.hello
ServiceClients: ServiceClients:
assets: ops-assets assets: ${ASSETS_FILES_SECRET}
dc-control: ops-dc-control dc-control: ${DC_CONTROL_FILES_SECRET}
visual: ops-visual visual: ${VISUAL_FILES_SECRET}
ObjectStorage: ObjectStorage:
Provider: aliyun Provider: aliyun

View File

@@ -15,9 +15,9 @@ MicroService:
- files.ping.hello - files.ping.hello
ServiceClients: ServiceClients:
assets: ops-assets assets: ${ASSETS_FILES_SECRET}
dc-control: ops-dc-control dc-control: ${DC_CONTROL_FILES_SECRET}
visual: ops-visual visual: ${VISUAL_FILES_SECRET}
ObjectStorage: ObjectStorage:
Provider: aliyun Provider: aliyun

View File

@@ -15,9 +15,9 @@ MicroService:
- files.ping.hello - files.ping.hello
ServiceClients: ServiceClients:
assets: ops-assets assets: ${ASSETS_FILES_SECRET}
dc-control: ops-dc-control dc-control: ${DC_CONTROL_FILES_SECRET}
visual: ops-visual visual: ${VISUAL_FILES_SECRET}
ObjectStorage: ObjectStorage:
Provider: aliyun Provider: aliyun