fix: 补充 application-dev.yml 缺少的 attachment 配置项

This commit is contained in:
zhengsl 2026-07-02 09:54:15 +08:00
parent 43fdebc7f5
commit d3df6fa084

View File

@ -98,3 +98,9 @@ task:
keep-alive-seconds: 60
# 队列容量
queue-capacity: 50
attachment:
token: ${ATTACHMENT_TOKEN:qgcBkod25ngBa4wu8BtfCPYsJ7lQGVDoexH}
upload-url: ${ATTACHMENT_UPLOAD_URL:http://172.16.31.185:18200/upload}
video-url: ${ATTACHMENT_VIDEO_URL:http://172.16.31.185:18200/upload}
delete-url: ${ATTACHMENT_DELETE_URL:http://172.16.31.185:18200/delete}