From 98fd519b7384c91ea6d33c00c3cdba1795b22e53 Mon Sep 17 00:00:00 2001
From: SZH <szh_hello@163.com>
Date: Mon, 27 Jun 2022 19:05:52 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
safePlatfrom-out-web/src/main/resources/config/application-dev.yaml | 15 +++++++++++----
1 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/safePlatfrom-out-web/src/main/resources/config/application-dev.yaml b/safePlatfrom-out-web/src/main/resources/config/application-dev.yaml
index 63cfbe7..4279034 100644
--- a/safePlatfrom-out-web/src/main/resources/config/application-dev.yaml
+++ b/safePlatfrom-out-web/src/main/resources/config/application-dev.yaml
@@ -11,7 +11,7 @@
datasource:
one:
driver-class-name: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://192.168.0.52:3306/safeplatform.out.dev?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
+ url: jdbc:mysql://twt.sinanoaq.com:13306/zhongtai.demo?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
username: root
password: Sinanoaq#415
type: com.alibaba.druid.pool.DruidDataSource
@@ -43,11 +43,18 @@
minio:
endPoint: 192.168.0.52
port: 9001
- accessKey: MhLac53T2KD88fwD
- secretKey: dGcLziFwyKaXuMcug385cfb6iGy61U8q
+ accessKey: kH6eiQtNrWqGNb1r
+ secretKey: ff5ykVUJJn0hi5PghsitdGNSsrW0Xrju
secure: false
- bucketName: safeplatform-dev
+ bucketName: szh-stu
urlPrefix: http://192.168.0.52/file
+token:
+ header: Authorization
+ secret: safe666
+ expiration: 7200
+ refreshExpiration: 14400
+ tokenHead: Bearer
+ loginUserHeader: uid
--
Gitblit v1.9.2