From 9d72eb559e67e3f0bb321198fc562f3cfd9a8625 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期日, 21 一月 2024 20:54:33 +0800 Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/sccg_server --- ycl-smoke/src/main/resources/application-dev.yml | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ycl-smoke/src/main/resources/application-dev.yml b/ycl-smoke/src/main/resources/application-dev.yml index 397270e..9b18287 100644 --- a/ycl-smoke/src/main/resources/application-dev.yml +++ b/ycl-smoke/src/main/resources/application-dev.yml @@ -66,8 +66,15 @@ url: http://localhost:8082/sccg/text/sms_res videoPoint: - url: http://183.245.159.161:8281 - port: 8281 + url: http://172.28.194.180:7902 + port: 7902 userName: suichang passWord: a12345677 - ip: 10.10.10.10 \ No newline at end of file + ip: 10.10.10.10 + +aliyun: + oss: + endpoint: https://oss-cn-chengdu.aliyuncs.com + keyId: LTAI5tHsdviW3iYc4MPLcvrK + keySecret: n1GNJeH5AaXmnHlxmr0OYisyrwHTYV + bucketName: new-upload \ No newline at end of file -- Gitblit v1.8.0