17 lines
341 B
XML
17 lines
341 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Configure the mysql database used by ManiaControl -->
|
|
<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>
|