application-test.yml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. spring:
  2. application:
  3. name: chntzcgl-zcszhgl-vr
  4. syscode: CT00017
  5. cloud:
  6. nacos:
  7. discovery:
  8. server-addr: 10.190.26.194:8848
  9. access-key: 84f0bbec3a6e3ebf0c694462febce169
  10. datasource:
  11. dynamic:
  12. primary: vr
  13. strict: false
  14. datasource:
  15. vr:
  16. url: jdbc:postgresql://10.190.134.143:5432/chinatower_vr?currentSchema=res_vr
  17. username: RES_VR
  18. password: Qwer!@#123
  19. driver-class-name: org.postgresql.Driver
  20. hikari:
  21. maximum-pool-size: 20 #连接池最大连接数
  22. minimum-idle: 5 #连接池最小连接数
  23. connection-timeout: 30000
  24. idle-timeout: 600000
  25. max-lifetime: 1800000
  26. connection-test-query: SELECT 1
  27. 3d:
  28. url: jdbc:postgresql://10.190.134.143:5432/chinatower_3d?currentSchema=chinatower_3d
  29. username: RES_VR
  30. password: Qwer!@#123
  31. driver-class-name: org.postgresql.Driver
  32. hikari:
  33. maximum-pool-size: 20 #连接池最大连接数
  34. minimum-idle: 5 #连接池最小连接数
  35. connection-timeout: 30000
  36. idle-timeout: 600000
  37. max-lifetime: 1800000
  38. connection-test-query: SELECT 1
  39. mybatis-plus:
  40. mapper-locations: classpath:mapper/*Mapper.xml
  41. configuration:
  42. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  43. tieta:
  44. sysCode: CT00017
  45. serverName: scene
  46. checkToken:
  47. syscode: CHNTZCGL_ZCSZHGL
  48. device-address: http://10.190.107.146:29528
  49. redis:
  50. host: http://10.190.22.99:8081
  51. tlog:
  52. enable-invoke-time-print: true
  53. gateway:
  54. url: http://10.190.26.191:8097
  55. fdfs:
  56. sysCode: CT00017
  57. address: http://10.190.22.106:8765
  58. api:
  59. getSignature: /ChinatowerFileService/getSignature
  60. uploadFile: /ChinatowerFileService/uploadFile/