application-test.yml 686 B

1234567891011121314151617181920
  1. server:
  2. port: 8500
  3. ability:
  4. exam-sprint:
  5. report:
  6. async:
  7. core-pool-size: 1
  8. max-pool-size: 2
  9. queue-capacity: 20
  10. pdf:
  11. pool-size: 1
  12. borrow-timeout: 60s
  13. launch-timeout: 45s
  14. render-timeout: 60s
  15. storage:
  16. type: azure
  17. connection-string: "DefaultEndpointsProtocol=https;AccountName=dcjxbtest;AccountKey=CoOzFKq3/aecqY8JehnW+oV3XYe8dN8772NQbhT5VzYO5fdrx+Ps/LhmPqv9U/M28BtqSrgN13pjJqPvIRdI2w==;EndpointSuffix=core.chinacloudapi.cn"
  18. container-name: "${AZURE_BLOB_CONTAINER:report}"
  19. download-url-prefix: "${AZURE_BLOB_DOWNLOAD_URL_PREFIX:https://dcjxbtest.blob.core.chinacloudapi.cn}"