application-dev.yml 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. server:
  2. ssl:
  3. enabled: true
  4. key-store-type: JKS
  5. key-store: src/main/resources/sslFjsDevServer.p12
  6. # key-store: classpath:sslFjsDevServer.p12
  7. key-store-password: fjs.210308
  8. key-alias: sslFjsDevServer
  9. trust-store-password: fjs.210308
  10. trust-store-type: JKS
  11. trust-store-provider: SUN
  12. client-auth: need
  13. address: 192.168.1.127
  14. spring:
  15. datasource:
  16. # url: jdbc:mysql://192.168.1.73/fjs_ocr_11?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT
  17. # url: jdbc:mysql://192.168.1.73/fjs_ocr_12?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT
  18. # url: jdbc:mysql://192.168.1.37/fjs_ocr_13?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT
  19. # url: jdbc:mysql://192.168.1.27/fjs_ocr_16?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT
  20. url: jdbc:mysql://192.168.1.127/fjs_ocr?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT
  21. # url: jdbc:mysql://192.168.1.73/fjs_ocr_14?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT
  22. driver-class-name: com.mysql.cj.jdbc.Driver
  23. username: root
  24. password: root
  25. # url: jdbc:mysql://47.104.109.52:18006/fjs_ocr?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT
  26. # driver-class-name: com.mysql.cj.jdbc.Driver
  27. # username: root
  28. # password: Semi.1001
  29. rabbitmq:
  30. host: 192.168.1.127
  31. # host: 47.104.109.52
  32. port: 5672
  33. username: fjs
  34. password: fjs20200310
  35. virtual-host: /
  36. publisher-confirms: true
  37. publisher-returns: true
  38. cache:
  39. channel:
  40. size: 500
  41. checkout-timeout: 0
  42. mail:
  43. host: smtp.163.com
  44. username: guanhuijuan_ghj@163.com
  45. # password: SFSKSCHIUIXSGAOA
  46. # password: VHGQMYFJNNPJQYSA
  47. password: PVVVXVUTVKMASBWU
  48. default-encoding: utf-8
  49. protocol: smtps
  50. port: 465
  51. ocr:
  52. common:
  53. dir:
  54. base: D:\proooject\prooooject\home\privacy\projects\fjs_ocr
  55. # 上传文件存储文件夹
  56. upload: ${ocr.common.dir.base}\upload\rec\
  57. url:
  58. # ip
  59. base: https://192.168.1.127:8000
  60. path: ${ocr.common.url.base}/down/fjs/
  61. logging:
  62. level:
  63. org.springframework.cloud: debug
  64. org.springframework.boot: debug
  65. com.pavis.ai.app.fjsocrasy.mapper: debug
  66. alg-client:
  67. # 测试时使用,与测试环境保持一致.
  68. internal: http://180.76.146.227:8099
  69. # internal: http://180.76.146.227:8089
  70. # internal: http://47.104.109.52:8099
  71. # 使用场景: 生产环境部署时,调试后再上线.
  72. # internal: http://47.104.109.52:8089
  73. # 先上回调。
  74. # eternal: https://192.168.1.127:8000
  75. eternal: http://192.168.1.127:8000
  76. # eternal: http://61.155.215.241:52090