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.
14 lines
494 B
14 lines
494 B
<?xml version="1.0"?>
|
|
<configuration>
|
|
<appSettings>
|
|
<add key="SiaSunSrvUrl" value="http://localhost:8001/Service"/>
|
|
<!--WCF服务地址-->
|
|
<!--<add key="SiaSunSrvUrl" value="http://192.168.0.1:8001/Service"/>-->
|
|
|
|
<!--消息服务器和客户端都在本机,无需修改地址-->
|
|
<add key="ActiveMQUrl" value="tcp://localhost:61616/"/>
|
|
</appSettings>
|
|
<startup>
|
|
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
|
|
</configuration>
|