|
@@ -17,10 +17,12 @@ spring:
|
|
|
max-file-size: 1024MB
|
|
|
# redis 配置
|
|
|
redis:
|
|
|
- host: 127.0.0.1
|
|
|
+ host: r-wz9owsphxqwi4ztqlf.redis.rds.aliyuncs.com
|
|
|
port: 6379
|
|
|
timeout: 6000ms
|
|
|
- password: 1234
|
|
|
+ # 数据库索引
|
|
|
+ database: 3
|
|
|
+ password: 3oo19bgh0cae2406&
|
|
|
# cluster:
|
|
|
# max-redirects: 3 # 获取失败 最大重定向次数
|
|
|
# nodes:
|
|
@@ -37,9 +39,9 @@ spring:
|
|
|
datasource:
|
|
|
type: com.zaxxer.hikari.HikariDataSource
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
- url: jdbc:mysql://120.25.146.52:13306/fdkk_bim?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8
|
|
|
+ url: jdbc:mysql://rm-wz90w10465iiwwv09.mysql.rds.aliyuncs.com:3306/fdkk_bim?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true
|
|
|
username: root
|
|
|
- password: JK123456%JIK
|
|
|
+ password: D2719bd0cae1a005
|
|
|
hikari:
|
|
|
minimum-idle: 5
|
|
|
idle-timeout: 600000
|
|
@@ -63,24 +65,27 @@ logging:
|
|
|
fdkk:
|
|
|
level: INFO
|
|
|
file:
|
|
|
- path: D:\gitProject\fdkk_bim\log
|
|
|
+ path: /mnt/fdkk_bim/logs
|
|
|
bimface:
|
|
|
appKey: 'uOaJWvZKlvGfQkqL6jlntMRC0RifHC8P'
|
|
|
appSecret: 'Fe8vmVqKdtfBT9E7v2vNYw7taIX9fClU'
|
|
|
bim:
|
|
|
- uploadPath: E://imgs//
|
|
|
+ uploadPath: /mnt/fdkk_bim/uploadPath
|
|
|
defaultFolder: bim
|
|
|
- webSite : https://8h9xtgjn91yg.ngrok.xiaomiqiu123.top
|
|
|
+ webSite : https://bim.4dkankan.com
|
|
|
+ chromeDriver: /usr/local/bin/chromedriver
|
|
|
+ chromeBin: /usr/local/bin/google-chrome
|
|
|
+ mixIntegral : 200
|
|
|
+
|
|
|
# type: oss 阿里云 oss
|
|
|
# type: aws 亚马逊
|
|
|
# type: local 本地化
|
|
|
upload:
|
|
|
type: oss
|
|
|
-
|
|
|
fyun:
|
|
|
type: oss
|
|
|
key: LTAIUrvuHqj8pvry
|
|
|
secret: JLOVl0k8Ke0aaM8nLMMiUAZ3EiiqI4
|
|
|
bucket: 4dkankan
|
|
|
- endPoint: http://oss-cn-shenzhen.aliyuncs.com
|
|
|
+ endPoint: http://oss-cn-shenzhen-internal.aliyuncs.com
|
|
|
host: https://4dkk.4dage.com/
|