Moved the config example

This commit is contained in:
Apfel 2019-03-14 02:58:43 +01:00
parent 896cf1affa
commit c6427795ef

8
config.example.xml Normal file
View File

@ -0,0 +1,8 @@
<Config>
<Address>127.0.0.1:8080</Address>
<SQLAddress>127.0.0.1:3306</SQLAddress>
<SQLUser>uwu</SQLUser>
<SQLPass>owo</SQLPass>
<SQLDB>wiisoap</SQLDB>
</Config>