Advertisement
Guest User

Untitled

a guest
Feb 5th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. MY SQL DETAILS ARE HERE:
  2. http://prntscr.com/e4umfw #I have a feeling I haven't set it up right lol
  3.  
  4.  
  5. data:
  6. # Uses standard DB engine port by default
  7. # MySQL: 3306, PostgreSQL: 5432, MongoDB: 27017
  8. # Specify as "host:port" if differs
  9. address: 3306
  10.  
  11. database: 34523
  12. username: 34523
  13. password: '05f7865c65'
  14. pool-size: 10 # The size of the MySQL connection pool.
  15.  
  16. # The prefix for all LuckPerms tables. Change this is you want to use different tables for different servers.
  17. # This should *not* be set to "lp_" if you have previously ran LuckPerms v2.16.81 or earlier with this database.
  18. table_prefix: 'luckperms_'
  19.  
  20. # Set to -1 to disable. If this is the only instance accessing the datastore, you can disable syncing.
  21. # e.g. if you're using sqlite or flatfile, this can be set to -1 to save resources.
  22. sync-minutes: 3
  23.  
  24. # Settings for the messaging service
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement