Browse Source

update config

garrett 4 years ago
parent
commit
ef713a41bc
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Config/test/Client.exe.config
  2. 1 1
      Dispatcher/Client/app.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
Dispatcher/Client/app.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="IP" value="47.94.89.44" />-->
     <add key="Port" value="6666" />
     <add key="DownloadFileDir" value="E:\\" />