Advertisement
Guest User

Untitled

a guest
Nov 4th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. #> Database settings.
  2. #> If you don't know what that means, don't touch this section.
  3. #> Make sure to read the wiki if you a migrating from SQLite for MySQL or vica versa.
  4.  
  5.  
  6. # Don't change this if you don't know what it means
  7. isolation: SERIALIZABLE
  8. mysql:
  9. enabled: true
  10. host: 'localhost:3306'
  11. username: 'minecraft1'
  12. password: 'blabla'
  13. # Table names are prefixed with ls_
  14. database: 'minecraft1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement