application-dev.yml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. default-encoding: utf-8
  48. protocol: smtps
  49. port: 465
  50. ocr:
  51. common:
  52. dir:
  53. base: D:\proooject\prooooject\home\privacy\projects\fjs_ocr
  54. # 上传文件存储文件夹
  55. upload: ${ocr.common.dir.base}\upload\rec\
  56. url:
  57. # ip
  58. base: https://192.168.1.127:8000
  59. path: ${ocr.common.url.base}/down/fjs/
  60. logging:
  61. level:
  62. org.springframework.cloud: debug
  63. org.springframework.boot: debug
  64. com.pavis.ai.app.fjsocrasy.mapper: debug
  65. alg-client:
  66. # 测试时使用,与测试环境保持一致.
  67. internal: http://180.76.146.227:8099
  68. # internal: http://180.76.146.227:8089
  69. # internal: http://47.104.109.52:8099
  70. # 使用场景: 生产环境部署时,调试后再上线.
  71. # internal: http://47.104.109.52:8089
  72. # 先上回调。
  73. # eternal: https://192.168.1.127:8000
  74. eternal: http://192.168.1.127:8000
  75. # eternal: http://61.155.215.241:52090