SQL Database and config skeleton

This commit is contained in:
CornierKhan1 2019-01-23 22:16:17 +11:00
parent c0e4cc93d3
commit 3697bac363
2 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<Config>
<SQLUser>uwu</SQLUser>
<SQLPass>owo</SQLPass>
<SQLDB>uwu</SQLDB>
<SQLDB>wiisoap</SQLDB>
<SQLPort>127.0.0.1:3306</SQLPort>
<Port>127.0.0.1:8080</Port>
<!-- Please use an address for the port. Failing to do so will cause oddities to occur with WiiSOAP. -->

7
database.sql Normal file
View File

@ -0,0 +1,7 @@
/*
< Database Template File >
This file automatically adds the default database and tables.
WiiSOAP uses MySQL.
*/