| 1234567891011121314151617181920 |
- server:
- port: 8500
- ability:
- exam-sprint:
- report:
- async:
- core-pool-size: 1
- max-pool-size: 2
- queue-capacity: 20
- pdf:
- pool-size: 1
- borrow-timeout: 60s
- launch-timeout: 45s
- render-timeout: 60s
- storage:
- type: azure
- connection-string: "DefaultEndpointsProtocol=https;AccountName=dcjxbtest;AccountKey=CoOzFKq3/aecqY8JehnW+oV3XYe8dN8772NQbhT5VzYO5fdrx+Ps/LhmPqv9U/M28BtqSrgN13pjJqPvIRdI2w==;EndpointSuffix=core.chinacloudapi.cn"
- container-name: "${AZURE_BLOB_CONTAINER:report}"
- download-url-prefix: "${AZURE_BLOB_DOWNLOAD_URL_PREFIX:https://dcjxbtest.blob.core.chinacloudapi.cn}"
|