12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- spring:
- application:
- name: chntzcgl-zcszhgl-vr
- syscode: CT00017
- cloud:
- nacos:
- discovery:
- server-addr: 10.190.26.194:8848
- access-key: 84f0bbec3a6e3ebf0c694462febce169
- datasource:
- dynamic:
- primary: vr
- strict: false
- datasource:
- vr:
- url: jdbc:postgresql://10.190.134.143:5432/chinatower_vr?currentSchema=res_vr
- username: RES_VR
- password: Qwer!@#123
- driver-class-name: org.postgresql.Driver
- hikari:
- maximum-pool-size: 20 #连接池最大连接数
- minimum-idle: 5 #连接池最小连接数
- connection-timeout: 30000
- idle-timeout: 600000
- max-lifetime: 1800000
- connection-test-query: SELECT 1
- 3d:
- url: jdbc:postgresql://10.190.134.143:5432/chinatower_3d?currentSchema=chinatower_3d
- username: RES_VR
- password: Qwer!@#123
- driver-class-name: org.postgresql.Driver
- hikari:
- maximum-pool-size: 20 #连接池最大连接数
- minimum-idle: 5 #连接池最小连接数
- connection-timeout: 30000
- idle-timeout: 600000
- max-lifetime: 1800000
- connection-test-query: SELECT 1
- mybatis-plus:
- mapper-locations: classpath:mapper/*Mapper.xml
- configuration:
- log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
- tieta:
- sysCode: CT00017
- serverName: scene
- checkToken:
- syscode: CHNTZCGL_ZCSZHGL
- device-address: http://10.190.107.146:29528
- redis:
- host: http://10.190.22.99:8081
- tlog:
- enable-invoke-time-print: true
- gateway:
- url: http://10.190.26.191:8097
- fdfs:
- sysCode: CT00017
- address: http://10.190.22.106:8765
- api:
- getSignature: /ChinatowerFileService/getSignature
- uploadFile: /ChinatowerFileService/uploadFile/
|