Advertisement
Guest User

Untitled

a guest
Mar 12th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. data:
  2. # Uses standard DB engine port by default
  3. # MySQL: 3306, PostgreSQL: 5432, MongoDB: 27017
  4. # Specify as "host:port" if differs
  5. address: localhost
  6.  
  7. database: lp
  8. username: root
  9. password: 'Passwrd'
  10. pool-size: 10 # The size of the MySQL connection pool.
  11.  
  12. # The prefix for all LuckPerms tables. Change this is you want to use different tables for different servers.
  13. # This should *not* be set to "lp_" if you have previously ran LuckPerms v2.16.81 or earlier with this database.
  14. table_prefix: 'luckperms_'
  15.  
  16. # Set to -1 to disable. If this is the only instance accessing the datastore, you can disable syncing.
  17. # e.g. if you're using sqlite or flatfile, this can be set to -1 to save resources.
  18. sync-minutes: 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement