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.
26 lines
1.0 KiB
26 lines
1.0 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<configuration> |
|
<appSettings> |
|
<!-- 切工仪URL --> |
|
<add key="BaseUrl" value="http://192.168.10.111: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"/> |
|
<!-- 安全空间保留 GB --> |
|
<add key="SafeSpaceReservation" value="10"/> |
|
<!-- 打印机名称 --> |
|
<add key="PrintName" value="Deli DL-720C"/> |
|
<!-- 检测结果默认DS --> |
|
<add key="DSSet" value="NA"/> |
|
<!-- 检测预估耗时:毫秒 --> |
|
<add key="ProgressTime" value="50000"/> |
|
|
|
<add key="RunModel" value="0" /> |
|
<add key="AppVersion" value="1.0.20250325" /> |
|
</appSettings> |
|
<connectionStrings> |
|
<add name="" connectionString=""/> |
|
</connectionStrings> |
|
</configuration> |