application-prod.yml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. spring:
  2. application:
  3. name: chntzcgl-zcszhgl-vr
  4. syscode: CT00017
  5. cloud:
  6. nacos:
  7. discovery:
  8. server-addr: 192.168.53.243:8848
  9. access-key: 6f8976ed25f072371e21f12fe19cc32e
  10. datasource:
  11. dynamic:
  12. primary: vr
  13. strict: false
  14. datasource:
  15. vr:
  16. url: jdbc:postgresql://10.159.32.174:5432/chinatower_vr
  17. username: res_vr
  18. password: Qwer!@#123
  19. driver-class-name: org.postgresql.Driver
  20. hikari:
  21. maximum-pool-size: 50 #连接池最大连接数
  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.159.32.174: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 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://192.168.53.243:8081
  50. tlog:
  51. enable-invoke-time-print: true
  52. gateway:
  53. url: http://192.168.53.243:9981
  54. fdfs:
  55. sysCode: CT00017
  56. address: http://192.168.53.243:7356
  57. api:
  58. getSignature: /ChinatowerFileService/getSignature
  59. uploadFile: /ChinatowerFileService/uploadFile/