test
This commit is contained in:
@@ -76,6 +76,36 @@ img:
|
||||
report:
|
||||
path: /Users/ab/Desktop/tmp/data/report/path/
|
||||
|
||||
# 网络上传文件临时路径配置
|
||||
net:
|
||||
upload:
|
||||
# Windows环境路径
|
||||
win:
|
||||
filePath: "D:\\fileAll\\"
|
||||
targetPath: "D:\\testFile"
|
||||
# Linux环境路径
|
||||
linux:
|
||||
filePath: "/home/fileAll/"
|
||||
targetPath: "/home/testFile"
|
||||
upload-two:
|
||||
# Windows环境路径
|
||||
win:
|
||||
filePath: "D:\\fileAllTwo\\"
|
||||
targetPath: "D:\\testFileTwo"
|
||||
# Linux环境路径
|
||||
linux:
|
||||
filePath: "/home/fileAllTwo/"
|
||||
targetPath: "/home/testFileTwo"
|
||||
jzt:
|
||||
# Windows环境路径
|
||||
win:
|
||||
filePath: "D:\\fileAll\\"
|
||||
targetPath: "D:\\testFile"
|
||||
# Linux环境路径
|
||||
linux:
|
||||
filePath: "/opt/fileAll/"
|
||||
targetPath: "/opt/testFile"
|
||||
|
||||
# 友虹OCR配置
|
||||
youhong:
|
||||
integrate: true
|
||||
|
||||
Reference in New Issue
Block a user