Advertisement
Guest User

Untitled

a guest
Dec 6th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 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 = "149.56.29.39"
  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 = "phpmyadmin"
  18.  
  19. # Credentials for the database.
  20. username = "phpmyadmin"
  21. password = "YGC2cVq1NHEf"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement