Advertisement
Guest User

Untitled

a guest
Dec 10th, 2016
199
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: localhost:3306
  11.  
  12. # Database name, username and password.
  13. database: 'LiteBans'
  14. username: 'root'
  15. password: 'AhmedTugay75010'
  16.  
  17. table_prefix: 'litebans_'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement