33001ef573
- added tm2 server config data - various server admin commands - minor other improvements
17 lines
352 B
XML
17 lines
352 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>maniacontrol</user>
|
|
<pass>kjhgvhbjnfih2394ugnjk</pass>
|
|
|
|
<!-- Database Name -->
|
|
<database>maniacontrol_dev</database>
|
|
|
|
</database-config>
|