From 1852a2e7200f81435c08d1b668b87393f4496a61 Mon Sep 17 00:00:00 2001 From: Administrator <15274802129@163.com> Date: Thu, 18 Jun 2026 16:00:32 +0800 Subject: [PATCH] fix(tokenview): 更新 Tokenview webhook 密钥配置 --- src/main/resources/application-test.yml | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index 531c9a0..d46a052 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -84,10 +84,15 @@ gaodeKey: 95ede7157929f5f6b6c758971be924b1 serviceName: yiyuanshucai +#static: +# resource: +# url: https://res.mye2u.com/ +# path: /home/javaweb/resource/ + static: resource: - url: https://res.mye2u.com/ - path: /home/javaweb/resource/ + url: http://120.27.238.55:30001/productImg/ + path: /home/javaweb/webresource/ds/productImg/ system: job: true \ No newline at end of file -- Gitblit v1.9.1