Guest User

Untitled

a guest
Sep 26th, 2022
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. storage-method: MySQL
  2.  
  3. # The following block defines the settings for remote database storage methods.
  4. #
  5. # - You don't need to touch any of the settings here if you're using a local storage method!
  6. # - The connection detail options are shared between all remote storage types.
  7. data:
  8.  
  9. # Define the address and port for the database.
  10. # - The standard DB engine port is used by default
  11. # (MySQL: 3306, PostgreSQL: 5432, MongoDB: 27017)
  12. # - Specify as "host:port" if differs
  13. address: 127.0.0.1:3306
  14.  
  15. # The name of the database to store LuckPerms data in.
  16. # - This must be created already. Don't worry about this setting if you're using MongoDB.
  17. database: s15_Luckperms
  18.  
  19. # Credentials for the database.
  20. username: u15_FPg4AT9dge
  21. password: 'D.rnI!zDI!L7xCpNt1d6FS9X'
  22.  
  23. # These settings apply to the MySQL connection pool.
  24. # - The default values will be suitable for the majority of users.
  25. # - Do not change these settings unless you know what you're doing!
  26.  
Advertisement
Add Comment
Please, Sign In to add comment