application-prod.yml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. server:
  2. port: 9810
  3. servlet:
  4. context-path: /winxin-fyzd
  5. session:
  6. persistent: false
  7. tomcat:
  8. accept-count: 150
  9. uri-encoding: UTF-8
  10. threads:
  11. max: 20
  12. spring:
  13. application:
  14. name: /winxin-fyzd
  15. jackson:
  16. date-format: yyyy-MM-dd HH:mm:ss
  17. default-property-inclusion: non_null
  18. time-zone: GMT+8
  19. messages:
  20. basename: message/messages_zh_CN
  21. encoding: UTF-8
  22. servlet:
  23. multipart:
  24. enabled: true
  25. max-file-size: 50MB
  26. max-request-size: 50MB
  27. logging:
  28. file:
  29. name: ./logs/${spring.application.name}.log
  30. level:
  31. com.yixin.review: info
  32. logback:
  33. rollingpolicy:
  34. max-history: 10
  35. max-file-size: 10MB
  36. # minio 参数配置
  37. # 存储服务器
  38. MINIO_PATH_URL: http://192.168.9.187:9000
  39. #存储文件块
  40. MINIO_OSS_BUCKET: hanghui
  41. #账号
  42. MINIO_ACCESS_KEY: admin
  43. #密码
  44. MINIO_SECRET_KEY: nqj##3961
  45. ##``````````````````````````````````` 微信小程序配置``````````````````````````````````````````````````````````````###
  46. wx:
  47. miniapp:
  48. configs:
  49. - appid: wx4abbcffd7abc80b8
  50. secret: 460651003eecb2d27cad6f15e95b09f9
  51. token: #微信小程序消息服务器配置的token
  52. aesKey: #微信小程序消息服务器配置的EncodingAESKey
  53. msgDataFormat: JSON
  54. weixin.appid: wx4abbcffd7abc80b8
  55. ##``````````````````````````````````` 在线文档 配置``````````````````````````````````````````````````````````````###
  56. swagger:
  57. enable: true
  58. knife4j:
  59. enable: true
  60. basic:
  61. enable: true
  62. ## Basic认证用户名
  63. username: fyzd
  64. ## Basic认证密码
  65. password: fyzd
  66. ##``````````````````````````````````` 上传文件 配置``````````````````````````````````````````````````````````````###
  67. file.upload.path: file/
  68. file.upload.path.relative: /file/**
  69. web.address: https://fyzd.gzdata.com.cn:9100/fyzd/
  70. ##``````````````````````````````````` 人脸服务 配置``````````````````````````````````````````````````````````````###
  71. face.service.tb: http://10.61.107.140:1820
  72. #定时任务 每5分钟
  73. cron.face.clear.user: 0 1/5 * * * ?