Advertisement
Guest User

Untitled

a guest
May 27th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <settings>
  2. <!-- MySQL Configuration -->
  3. <setting name="@sql.user" value="mtap"/>
  4. <setting name="@sql.password" value="REMOVED"/>
  5. <setting name="@sql.database" value="mtap"/>
  6. <setting name="@sql.hostname" value="62.18.44.172"/>
  7. <setting name="@sql.port" value="3306"/>
  8. <!-- Only use this on Linux if the normal connection does fail even though using the correct username & password. -->
  9. <!-- <setting name="@sql.socket" value="/var/run/mysqld/mysqld.sock"/> -->
  10.  
  11. <!-- Registration -->
  12. <setting name="@players.allow_registration" value="1"/><!-- Change to 0 to disable registration and show an error message -->
  13. <setting name="@players.registration_error_message" value="Edit this to show the user a message when registration is disabled"/>
  14. </settings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement