You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
308 B
Plaintext
10 lines
308 B
Plaintext
2 years ago
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
<configuration>
|
||
|
<appSettings>
|
||
|
<add key="FileServerIP" value="127.0.0.1"/>
|
||
|
<add key="FileServerPort" value="8899"/>
|
||
|
<add key="UserName" value="rock"/>
|
||
|
<add key="Password" value="8623"/>
|
||
|
<add key="HideWindow" value="True"/>
|
||
|
</appSettings>
|
||
|
</configuration>
|