Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. # These settings aren't required if you disable pvpstats.
  2. # Here can you configurate your sql setting.
  3. # If you don't have or want to use a mysql database you can also use a sqlite database
  4. # MySQL example
  5. # The default port for a mysql database is 3306
  6. # Username: 'bukkit'
  7. # Password: 'xyz'
  8. # Isolation: 'SERIALIZABLE'
  9. # Driver: 'com.mysql.jdbc.Driver'
  10. # Url: 'jdbc:mysql://IP:PORT/databaseName'
  11. # Timeout: 1000
  12.  
  13. SQL-Settings:
  14. Username: bukkit
  15. Password: walrus
  16. Isolation: SERIALIZABLE
  17. Driver: org.sqlite.JDBC
  18. Url: jdbc:sqlite:{DIR}{NAME}.db
  19. Timeout: 1000
  20. tablePrefix: ''
  21. uuidUse: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement