17 lines
337 B
XML
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>
|