From cf315214806f029e320e5359fe44502186a0ad33 Mon Sep 17 00:00:00 2001
From: baizonghao <1719256278@qq.com>
Date: 星期三, 08 三月 2023 09:48:36 +0800
Subject: [PATCH] 图片上添加上传目录

---
 ycl-platform/src/main/resources/application-dev.yml |   38 +++++++++++++-------------------------
 1 files changed, 13 insertions(+), 25 deletions(-)

diff --git a/ycl-platform/src/main/resources/application-dev.yml b/ycl-platform/src/main/resources/application-dev.yml
index c903937..c137f02 100644
--- a/ycl-platform/src/main/resources/application-dev.yml
+++ b/ycl-platform/src/main/resources/application-dev.yml
@@ -34,30 +34,10 @@
         min-idle: 0
         timeout: 0
 
-#  datasource:
-#    url: jdbc:mysql://42.193.1.25:3306/sccg?useUnicode=true&characterEncoding=utf8&autoReconnect=true&useSSL=false
-#    username: root
-#    password: 321$YcYl@1970!
-#    type: com.alibaba.druid.pool.DruidDataSource
-#    driver-class-name: com.mysql.cj.jdbc.Driver
-#    filters: stat
-#    maxActive: 20
-#    initialSize: 1
-#    maxWait: 60000
-#    minIdle: 1
-#    timeBetweenEvictionRunsMillis: 60000
-#    minEvictableIdleTimeMillis: 300000
-#    validationQuery: select 'x'
-#    testWhileIdle: true
-#    testOnBorrow: false
-#    testOnReturn: false
-#    poolPreparedStatements: true
-#    maxOpenPreparedStatements: 20
-
   datasource:
-    url: jdbc:mysql://124.222.18.104:3319/sccg?characterEncoding=utf-8
+    url: jdbc:mysql://42.193.1.25:3306/sccg?useUnicode=true&characterEncoding=utf8&autoReconnect=true&useSSL=false
     username: root
-    password: root
+    password: 321$YcYl@1970!
     type: com.alibaba.druid.pool.DruidDataSource
     driver-class-name: com.mysql.cj.jdbc.Driver
     filters: stat
@@ -74,6 +54,7 @@
     poolPreparedStatements: true
     maxOpenPreparedStatements: 20
 
+
 e-mail:
   sendHost: smtp.qq.com
   username: 1723292425@qq.com
@@ -86,8 +67,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: LTAI5tJTmV5pnPKjwvpdjyfi
+    keySecret: HRXGIrDdnhdlvV5AoOB4k9NxYP0G9Z
+    bucketName: baizonghao-upload

--
Gitblit v1.8.0