Advertisement
Guest User

Database configuration

a guest
Aug 18th, 2018
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. sql:
  2. # H2, MySQL, MariaDB, and PostgreSQL are supported database drivers.
  3. driver: MySQL
  4.  
  5. ## MySQL/PostgreSQL settings ##
  6. # If using H2, the database will be stored in the LiteBans plugin folder,
  7. # and most of these settings won't apply.
  8.  
  9. # Database server address.
  10. address: 91.208.99.2:1202
  11.  
  12. # Database name, username and password.
  13. database: 'breezemc_bans'
  14. username: 'breezemc_bans'
  15. password: 'R%Z!&=6zFG=9M8Q#'
  16.  
  17. table_prefix: 'litebans_'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement