mirror of
https://wiilab.wiimart.org/wiimart/WiiSOAP
synced 2025-09-05 21:11:02 +02:00
SQL Database and config skeleton
This commit is contained in:
parent
c0e4cc93d3
commit
3697bac363
@ -1,7 +1,7 @@
|
|||||||
<Config>
|
<Config>
|
||||||
<SQLUser>uwu</SQLUser>
|
<SQLUser>uwu</SQLUser>
|
||||||
<SQLPass>owo</SQLPass>
|
<SQLPass>owo</SQLPass>
|
||||||
<SQLDB>uwu</SQLDB>
|
<SQLDB>wiisoap</SQLDB>
|
||||||
<SQLPort>127.0.0.1:3306</SQLPort>
|
<SQLPort>127.0.0.1:3306</SQLPort>
|
||||||
<Port>127.0.0.1:8080</Port>
|
<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. -->
|
<!-- Please use an address for the port. Failing to do so will cause oddities to occur with WiiSOAP. -->
|
||||||
|
7
database.sql
Normal file
7
database.sql
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
/*
|
||||||
|
|
||||||
|
< Database Template File >
|
||||||
|
This file automatically adds the default database and tables.
|
||||||
|
WiiSOAP uses MySQL.
|
||||||
|
|
||||||
|
*/
|
Loading…
x
Reference in New Issue
Block a user