|
@@ -0,0 +1,57 @@
|
|
|
|
+spring:
|
|
|
|
+ datasource:
|
|
|
|
+ type: com.alibaba.druid.pool.DruidDataSource
|
|
|
|
+ #120.25.146.52
|
|
|
|
+ dynamic:
|
|
|
|
+ primary: db1
|
|
|
|
+ strict: false
|
|
|
|
+ datasource:
|
|
|
|
+ db1:
|
|
|
|
+ driver-class-name: com.mysql.jdbc.Driver
|
|
|
|
+ #url: jdbc:mysql://120.25.146.52:13306/fd_fusion?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true
|
|
|
|
+ url: jdbc:mysql://127.0.0.1:13306/fd_fusion_xj?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true
|
|
|
|
+ username: root
|
|
|
|
+ password: JK123456%JIK
|
|
|
|
+ db2:
|
|
|
|
+ driver-class-name: com.mysql.jdbc.Driver
|
|
|
|
+ url: jdbc:mysql://172.18.156.39:3306/4dkankan_v4?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true
|
|
|
|
+ username: root
|
|
|
|
+ password: 4Dage@4Dage#@168
|
|
|
|
+
|
|
|
|
+ redis:
|
|
|
|
+ host: 172.18.156.39
|
|
|
|
+ port: 6379
|
|
|
|
+ timeout: 6000ms
|
|
|
|
+ password: bgh0cae240
|
|
|
|
+ jedis:
|
|
|
|
+ pool:
|
|
|
|
+ max-active: 10 #连接池最大连接数(使用负值表示没有限制)
|
|
|
|
+ max-idle: 10 # 连接池中的最大空闲连接
|
|
|
|
+ min-idle: 5 # 连接池中的最小空闲连接
|
|
|
|
+ max-wait: -1 # 连接池最大阻塞等待时间(使用负值表示没有限制)
|
|
|
|
+ lettuce:
|
|
|
|
+ shutdown-timeout: 0ms
|
|
|
|
+
|
|
|
|
+4dkk:
|
|
|
|
+ laserService:
|
|
|
|
+ #深时(激光)地址 生产环境:https://laser.4dkankan.com/
|
|
|
|
+ basePath: http://uat-laser.4dkankan.com
|
|
|
|
+ port: 80
|
|
|
|
+ #basePath: http://192.168.0.152:8080
|
|
|
|
+ #port: 8080
|
|
|
|
+ fdService:
|
|
|
|
+ #官网生产环境:https://www.4dkankan.com http://test.4dkankan.com
|
|
|
|
+ basePath: http://test.4dkankan.com
|
|
|
|
+ port: 80
|
|
|
|
+ #basePath: http://192.168.0.38/4dkankan_v2
|
|
|
|
+ #port: 8080
|
|
|
|
+ newFdService:
|
|
|
|
+ #官网生产环境:https://www.4dkankan.com
|
|
|
|
+ basePath: http://v4-test.4dkankan.com
|
|
|
|
+ port: 80
|
|
|
|
+ overallService:
|
|
|
|
+ #全景看看生产环境 host: https://www.4dkankan.com/qjkankan
|
|
|
|
+ basePath: http://test.4dkankan.com/qjkankan
|
|
|
|
+ takeLookService:
|
|
|
|
+ basePath: https://v4-test.4dkankan.com
|
|
|
|
+ port: 80
|