Guest User

Untitled

a guest
Feb 21st, 2021
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. data:
  2.  
  3. # Define the address and port for the database.
  4. # - The standard DB engine port is used by default
  5. # (MySQL: 3306, PostgreSQL: 5432, MongoDB: 27017)
  6. # - Specify as "host:port" if differs
  7. address: casa9.fakaheda.eu
  8.  
  9. # The name of the database to store LuckPerms data in.
  10. # - This must be created already. Don't worry about this setting if you're using MongoDB.
  11. database: 341894_mysql_db
  12.  
  13. # Credentials for the database.
  14. username: 341894_mysql_db
  15. password: 'mypass'
  16.  
Advertisement
Add Comment
Please, Sign In to add comment