TrackManiaControl/application/configs/database.iControl.xml
Steffen Schröder 1cf4021d4f Initial Commit
2013-11-07 20:13:13 +01:00

17 lines
337 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Configure the mysql database used by iControl -->
<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>