From 55f7863d800839c868589b63986f6c61ef8e9815 Mon Sep 17 00:00:00 2001 From: baizonghao <1719256278@qq.com> Date: 星期一, 03 四月 2023 10:08:02 +0800 Subject: [PATCH] 本周,本日统计 --- ycl-platform/src/main/resources/application-prod.yml | 17 ++++++++++++----- 1 files changed, 12 insertions(+), 5 deletions(-) diff --git a/ycl-platform/src/main/resources/application-prod.yml b/ycl-platform/src/main/resources/application-prod.yml index a855947..36de274 100644 --- a/ycl-platform/src/main/resources/application-prod.yml +++ b/ycl-platform/src/main/resources/application-prod.yml @@ -1,5 +1,5 @@ server: - port: 8081 + port: 8082 tomcat: uri-encoding: UTF-8 servlet: @@ -25,7 +25,7 @@ redis: database: 0 host: 127.0.0.1 - port: 6379 + port: 6380 password: ycl2018 jedis: pool: @@ -66,8 +66,15 @@ url: http://localhost:8082/sccg/text/sms_res videoPoint: - url: http://192.168.202.115:8314 - port: 8314 + url: http://172.28.194.180:7901 + port: 7901 userName: suichang passWord: a12345677 - ip: 10.10.10.10 \ No newline at end of file + ip: 10.10.10.10 + +aliyun: + oss: + endpoint: http://oss-cn-zjls-lszwy-d01-a.ops.zjlscloud.com + keyId: Tkf72Q1gdzETsZf6 + keySecret: tRk39S6B1kSGARRdS4DF6jxr5nBYj5 + bucketName: zhzfptoss \ No newline at end of file -- Gitblit v1.8.0