2 Commits

2 changed files with 2 additions and 1 deletions
Unified View
  1. +1
    -0
      BPASmartClient.Business/MainConsole.cs
  2. +1
    -1
      BPASmartClient/App.config

+ 1
- 0
BPASmartClient.Business/MainConsole.cs View File

@@ -38,6 +38,7 @@ namespace BPASmartClient.Business
/// </summary> /// </summary>
public void Stop() public void Stop()
{ {
Plugin.GetInstance().Dispose();
} }
} }
} }

+ 1
- 1
BPASmartClient/App.config View File

@@ -4,7 +4,7 @@
<!--通用配置--> <!--通用配置-->


<!--测试服务 Consul 地址--> <!--测试服务 Consul 地址-->
<add key="ConsulAddress" value="http://111.9.47.105:9011/" />
<!--<add key="ConsulAddress" value="http://111.9.47.105:9011/" />-->


<!--正式服务 Consul 地址--> <!--正式服务 Consul 地址-->
<!--<add key="ConsulAddress" value="http://162.14.105.138:9005" />--> <!--<add key="ConsulAddress" value="http://162.14.105.138:9005" />-->


Loading…
Cancel
Save