From 40521d51f8c083212ceb1710ab0bea570821d063 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期一, 04 十二月 2023 09:25:43 +0800 Subject: [PATCH] 平台端调度部门下拉框 --- 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