single config file
This commit is contained in:
@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Configure Server Administrators -->
|
||||
<authentication-config>
|
||||
|
||||
<!-- MasterAdmins that can't be removed ingame -->
|
||||
<masteradmins>
|
||||
<login>steeffeen</login>
|
||||
<login>kremsy</login>
|
||||
</masteradmins>
|
||||
|
||||
<!-- You can add other admins and moderators ingame -->
|
||||
|
||||
</authentication-config>
|
@ -1,16 +0,0 @@
|
||||
<?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>
|
Reference in New Issue
Block a user