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.
15 lines
607 B
15 lines
607 B
<?xml version="1.0" encoding="utf-8"?> |
|
<configuration> |
|
<appSettings> |
|
<!-- 切工仪URL --> |
|
<add key="BaseUrl" value="http://localhost: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"/> |
|
</appSettings> |
|
<connectionStrings> |
|
<add name="" connectionString=""/> |
|
</connectionStrings> |
|
</configuration> |