2013-11-09 10:46:45 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2013-11-09 11:19:21 +01:00
|
|
|
<!-- Configure the mysql database used by ManiaControl -->
|
2013-11-09 10:46:45 +01:00
|
|
|
<database-config>
|
|
|
|
|
|
|
|
<!-- MySQL Server -->
|
|
|
|
<host>localhost</host>
|
|
|
|
<port>3306</port>
|
|
|
|
|
|
|
|
<!-- MySQL User -->
|
|
|
|
<user>steff</user>
|
|
|
|
<pass>kjhgvhbjnfih2394ugnjk</pass>
|
|
|
|
|
|
|
|
<!-- Database Name -->
|
|
|
|
<database>steff_united</database>
|
|
|
|
|
|
|
|
</database-config>
|