You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.1 KiB
27 lines
1.1 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<configuration> |
|
<appSettings> |
|
<!-- 切工仪URL --> |
|
<add key="BaseUrl" value="http://192.168.2.168:5000/api/SoC"/> |
|
<!-- <add key="BaseUrl" value="http://192.168.3.100:8080"/> --> |
|
<!-- SOC下载图片目录 --> |
|
<add key="ImageFileBasePath" value="D:\diamond_images"/> |
|
<!-- 算法失败时,历史图片保存文件夹路径 --> |
|
<add key="ImageHistoryPath" value="D:\ImageHistory"/> |
|
<!-- 打印机名称 --> |
|
<add key="PrintName" value="Deli DL-770D"/> |
|
<!-- 打印纸张内容宽比 --> |
|
<add key="PrintWidth" value="400"/> |
|
<!-- 打印纸张内容高比 --> |
|
<add key="PrintHeight" value="300"/> |
|
<!-- 检测结果默认DS --> |
|
<add key="DSSet" value="NA"/> |
|
<!-- 检测预估耗时:毫秒 --> |
|
<add key="ProgressTime" value="50000"/> |
|
|
|
<add key="RunModel" value="999" /> |
|
</appSettings> |
|
<connectionStrings> |
|
<add name="" connectionString=""/> |
|
</connectionStrings> |
|
</configuration> |