chore: 使用环境变量管理服务密钥
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user