application-test.yml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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.180.145.98:5432/chinatower_vr
  17. username: res_vr
  18. password: qawsed@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 FROM DUAL
  27. 3d:
  28. url: jdbc:postgresql://10.180.145.98:5432/chinatower_3d?currentSchema=chinatower_3d
  29. username: res_vr
  30. password: qawsed@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 FROM DUAL
  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. redis:
  49. host: http://10.190.22.99:8081
  50. tlog:
  51. enable-invoke-time-print: true
  52. gateway:
  53. url: http://10.190.26.191:8097
  54. fdfs:
  55. sysCode: CT00017
  56. address: http://10.190.22.106:8765
  57. api:
  58. getSignature: /ChinatowerFileService/getSignature
  59. uploadFile: /ChinatowerFileService/uploadFile/