1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- spring:
- application:
- name: chntzcgl-zcszhgl-vr
- syscode: CT00017
- cloud:
- nacos:
- discovery:
- server-addr: 192.168.53.243:8848
- access-key: 6f8976ed25f072371e21f12fe19cc32e
- datasource:
- dynamic:
- primary: vr
- strict: false
- datasource:
- vr:
- url: jdbc:postgresql://10.159.32.174:5432/chinatower_vr
- username: res_vr
- password: Qwer!@#123
- driver-class-name: org.postgresql.Driver
- hikari:
- maximum-pool-size: 50 #连接池最大连接数
- minimum-idle: 5 #连接池最小连接数
- connection-timeout: 30000
- idle-timeout: 600000
- max-lifetime: 1800000
- connection-test-query: SELECT 1 FROM DUAL
- 3d:
- url: jdbc:postgresql://10.159.32.174: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 FROM DUAL
- 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
- redis:
- host: http://192.168.53.243:8081
- tlog:
- enable-invoke-time-print: true
- gateway:
- url: http://192.168.53.243:9981
- fdfs:
- sysCode: CT00017
- address: http://192.168.53.243:7356
- api:
- getSignature: /ChinatowerFileService/getSignature
- uploadFile: /ChinatowerFileService/uploadFile/
|