<settings>
<!-- MySQL Configuration -->
<setting name="@sql.user" value="mta"/>
<setting name="@sql.password" value="passwd"/>
<setting name="@sql.database" value="user"/>
<setting name="@sql.hostname" value="localhost"/>
<setting name="@sql.port" value="3306"/>
<!-- Only use this on Linux if the normal connection does fail even though using the correct username & password. -->
<setting name="@sql.socket" value="/var/run/mysqld/mysqld.sock"/>
<!-- Registration -->
<setting name="@players.allow_registration" value="1"/><!-- Change to 0 to disable registration and show an error message -->
<setting name="@players.registration_error_message" value="Edit this to show the user a message when registration is disabled"/>
</settings>