Advertisement
Guest User

Untitled

a guest
Feb 9th, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 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: 37.59.11.69:3306
  11.  
  12. # Database name, username and password.
  13. database: 'litebans'
  14. username: 'root'
  15. password: '4ZLPUhsYX6zC'
  16.  
  17. table_prefix: 'litebans_'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement