d2744a5157
- cleaned up database class - plugin and plugin handler class - improved player and player handler classes - other cleanup and 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>
|