powerfun-new-net/App.config

10 lines
318 B
Plaintext
Raw Normal View History

2020-09-17 10:23:26 +08:00
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
2021-08-12 12:26:43 +08:00
<add key="Host" value="https://wx.powerfun.com.cn/"/>
<add key="Top" value="0"/>
2021-06-24 09:20:01 +08:00
<add key="ShowVirtualUser" value="false"/>
2021-08-12 12:26:43 +08:00
<add key="Port" value="11000"/>
<add key="TcpPort" value="11001"/>
2020-09-17 10:23:26 +08:00
</appSettings>
</configuration>