application-test.yml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. zuihou:
  2. nginx:
  3. ip: 106.14.142.95 # 正式环境需要将该ip设置成nginx对应的 公网ip
  4. port: 10000
  5. redis:
  6. ip: 127.0.0.1
  7. port: 6379
  8. password:
  9. database: 0
  10. rabbitmq:
  11. enabled: true
  12. ip: 127.0.0.1
  13. port: 5672
  14. username: guest
  15. password: guest
  16. mysql:
  17. ip: 106.15.38.8
  18. port: 3306
  19. driverClassName: com.mysql.cj.jdbc.Driver
  20. database: zuihou_defaults_yj
  21. username: root
  22. password: adminoyq
  23. url: jdbc:mysql://${zuihou.mysql.ip}:${zuihou.mysql.port}/${zuihou.mysql.database}?serverTimezone=CTT&characterEncoding=utf8&useUnicode=true&useSSL=false&autoReconnect=true&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true
  24. database:
  25. isNotWrite: false
  26. file:
  27. remoteInputDataPath: smb://SOFLEX-PCS:SOFLEX-PCS@192.168.0.2/SOFLEX_PCS_iGen_CASC1_INPUT/ERP_DATA/
  28. swagger:
  29. # 正式环境用nginx代理,为了保持和cloud版本一致的URL,特意调整
  30. docket:
  31. general:
  32. base-path: /api/oauth
  33. oauth:
  34. base-path: /api/oauth
  35. auth:
  36. base-path: /api/authority
  37. common:
  38. base-path: /api/authority
  39. core:
  40. base-path: /api/authority
  41. tenant:
  42. base-path: /api/authority
  43. sms:
  44. base-path: /api/msgs
  45. msgs:
  46. base-path: /api/msgs
  47. file:
  48. base-path: /api/file