You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # serving预测上传文件大小限制
- spring:
- servlet:
- multipart:
- # 设置单个文件的大小
- max-file-size: 10MB
- # 设置单次请求的文件的总大小
- max-request-size: 100MB
-
- k8s:
- # nfs服务暴露的IP地址 如需测试需修改为合适的地址
- nfs: 127.0.0.1
- #nfs服务端 共享目录
- nfs-root-path: /nfs/
- nfs-root-windows-path: "Z:"
-
- # data模块配置
- data:
- annotation:
- task:
- # 自动标注任务分割的文件split size
- splitSize: 16
- # 单位ms
- retryInterval: 5000
- # 任务不更新置为失败的时间单位秒
- failTime: 43200
- server:
- # 文件存储服务器用户名
- userName: root
- #数据集训练配置
- ptversion: http://127.0.0.1:8000/
-
- minioweb:
- GetToken:
- url: minio/webrpc
- param:
- id: 2
- jsonrpc: 2.0
- method: Web.Login
- zip:
- url: minio/zip?token=
-
- #logback
- logging.config:
- classpath:logback-spring-dev.xml
-
- # ES服务地址及端口
- es:
- host: 127.0.0.1
- serverPort: 32321
- transportPort: 32322
- index: dataset_text_test
|