瀏覽代碼

chore(exam-sprint): 补充报告存储环境配置

金逸霄 2 周之前
父節點
當前提交
526d3663e8

+ 8 - 0
ability-center-runtime/src/main/resources/application-prod.yml

@@ -0,0 +1,8 @@
+ability:
+  exam-sprint:
+    report:
+      storage:
+        type: azure
+        connection-string: "${AZURE_BLOB_CONNECTION_STRING:DefaultEndpointsProtocol=https;AccountName=dcjxb;AccountKey=+Bg9srieVxwemxcE2b+icL3t3hp8m04PuYanTl6fwB/Cx1SF49qimBpYvXQjcvatgDDDgxjqYDP/0DCFTSQcgg==;EndpointSuffix=core.chinacloudapi.cn;}"
+        container-name: "${AZURE_BLOB_CONTAINER:exam-assault-report}"
+        url-prefix: "${AZURE_BLOB_URL_PREFIX:https://dcjxb.blob.core.chinacloudapi.cn}"

+ 8 - 0
ability-center-runtime/src/main/resources/application-test.yml

@@ -0,0 +1,8 @@
+ability:
+  exam-sprint:
+    report:
+      storage:
+        type: azure
+        connection-string: "DefaultEndpointsProtocol=https;AccountName=dcjxbtest;AccountKey=CoOzFKq3/aecqY8JehnW+oV3XYe8dN8772NQbhT5VzYO5fdrx+Ps/LhmPqv9U/M28BtqSrgN13pjJqPvIRdI2w==;EndpointSuffix=core.chinacloudapi.cn"
+        container-name: exam-assault-report
+        url-prefix: https://dcjxb-cdntest.yunzhixue.cn