server: port: 9810 servlet: context-path: /winxin-fyzd session: persistent: false tomcat: accept-count: 150 uri-encoding: UTF-8 threads: max: 20 spring: application: name: /winxin-fyzd jackson: date-format: yyyy-MM-dd HH:mm:ss default-property-inclusion: non_null time-zone: GMT+8 messages: basename: message/messages_zh_CN encoding: UTF-8 servlet: multipart: enabled: true max-file-size: 50MB max-request-size: 50MB logging: file: name: ./logs/${spring.application.name}.log level: com.yixin.review: info logback: rollingpolicy: max-history: 10 max-file-size: 10MB # minio 参数配置 # 存储服务器 MINIO_PATH_URL: http://192.168.9.187:9000 #存储文件块 MINIO_OSS_BUCKET: hanghui #账号 MINIO_ACCESS_KEY: admin #密码 MINIO_SECRET_KEY: nqj##3961 ##``````````````````````````````````` 微信小程序配置``````````````````````````````````````````````````````````````### wx: miniapp: configs: - appid: wx4abbcffd7abc80b8 secret: 460651003eecb2d27cad6f15e95b09f9 token: #微信小程序消息服务器配置的token aesKey: #微信小程序消息服务器配置的EncodingAESKey msgDataFormat: JSON weixin.appid: wx4abbcffd7abc80b8 ##``````````````````````````````````` 在线文档 配置``````````````````````````````````````````````````````````````### swagger: enable: true knife4j: enable: true basic: enable: true ## Basic认证用户名 username: fyzd ## Basic认证密码 password: fyzd ##``````````````````````````````````` 上传文件 配置``````````````````````````````````````````````````````````````### file.upload.path: file/ file.upload.path.relative: /file/** web.address: https://fyzd.gzdata.com.cn:9100/fyzd/ ##``````````````````````````````````` 人脸服务 配置``````````````````````````````````````````````````````````````### face.service.tb: http://10.61.107.140:1820 #定时任务 每5分钟 cron.face.clear.user: 0 1/5 * * * ?