123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- domain:
- 4dkk: https://www.4dkankan.com
- knife4j:
- basic:
- enable: true
- password: owen
- username: owen
- logging:
- config: classpath:logback-spring.xml
- fdkk:
- level: INFO
- maxHistory: 180
- file:
- path: /root/log/${project.name}_log
- level:
- com:
- gis: debug
- filestorage:
- active: oss
- oss:
- endpoint: http://oss-cn-shenzhen.aliyuncs.com
- internal-endpoint: http://oss-cn-shenzhen-internal.aliyuncs.com
- access-key: LTAI5tSkKQbEmxxuTbPtHqK6
- access-key-secret: JI21tOnZbJuqt5NDRcQq2qvAUA4KTf
- bucket: 4dkankan
- bucket-custom-domain:
- oss-xiaoan: https://ossxiaoan.4dage.com/
- 4dkankan: https://4dkk.4dage.com/
- full-path: true
- server:
- domain: ''
- file:
- path: /mnt/${project.name}_data/
- spring:
- spring:
- datasource:
- type: com.alibaba.druid.pool.DruidDataSource
- dynamic:
- primary: db1
- strict: false
- datasource:
- db1:
- driver-class-name: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://172.18.157.42:13306/720yun_fd_manage?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8
- username: root
- password: JK20220120&JIK
- db2:
- driver-class-name: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://rm-wz90w10465iiwwv09.mysql.rds.aliyuncs.com:3306/4dkankan_v4?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true
- username: root
- password: D2719bd0cae1a005
- rabbitmq:
- host: 172.18.157.42
- port: 5672
- username: guest
- password: guest
- virtual-host: 4dkankan
- connection-timeout: 0
- listener:
- simple:
- prefetch: 1
- max-concurrency: 10
- acknowledge-mode: manual #开启消费者手动确认
- direct:
- acknowledge-mode: manual #开启消费者手动确认
- #开启消息投递确认机制
- publisher-confirm-type: correlated
- redis:
- database: 0
- host: r-wz9owsphxqwi4ztqlf.redis.rds.aliyuncs.com
- jedis:
- pool:
- max-active: 8
- max-idle: 8
- max-wait: -1ms
- min-idle: 0
- password: 3oo19bgh0cae2406&
- port: 6379
- timeout: 3000ms
- servlet:
- multipart:
- location: /mnt
- tlog:
- enable-invoke-time-print: true
- forest:
- backend: okhttp3 # 后端HTTP框架(默认为 okhttp3)
- max-connections: 1000 # 连接池最大连接数(默认为 500)
- max-route-connections: 500 # 每个路由的最大连接数(默认为 500)
- timeout: 50000 # 请求超时时间,单位为毫秒(默认为 3000)
- connect-timeout: 20000 # 连接超时时间,单位为毫秒(默认为 timeout)
- read-timeout: 50000 # 数据读取超时时间,单位为毫秒(默认为 timeout)
- max-retry-count: 0 # 请求失败后重试次数(默认为 0 次不重试)
- ssl-protocol: SSLv3 # 单向验证的HTTPS的默认SSL协议(默认为 SSLv3)
- logEnabled: true # 打开或关闭日志(默认为 true)
- log-request: true # 打开/关闭Forest请求日志(默认为 true)
- log-response-status: true # 打开/关闭Forest响应状态日志(默认为 true)
- log-response-content: true # 打开/关闭Forest响应内容日志(默认为 false)
- base-address-scheme: https
- base-address-host: www.4dkankan.com
- queue:
- scene-queue: queue-pano-scene
- do-slice-queue: queue-do-slice
- relics-update-name-queue: relics-update-name-queue
- config:
- bashPath: ${project.name}/
|