Browse Source

jxing 測試配置提交

garrett 4 years ago
parent
commit
0e2fd0d38e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Config/test/Client.exe.config
  2. 1 1
      Config/test/MBIRevitBase.dll.config

+ 1 - 1
Config/test/Client.exe.config

@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <configuration>
   <appSettings>
-    <add key="IP" value="192.168.0.3"/>
+    <add key="IP" value="172.16.42.210"/>
     <add key="Port" value="6666"/>
     <add key="DownloadFileDir" value="E:\\"/>
     <add key="MaxTaskCount" value="3"/>

+ 1 - 1
Config/test/MBIRevitBase.dll.config

@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <configuration>
   <appSettings>
-    <add key="IP" value="http://192.168.20.225"/>
+    <add key="IP" value="http://172.16.42.210"/>
     <add key="Port" value="8082"/>
     <add key="Path" value="/upload-json-zip/upload"/>
   </appSettings>