Advertisement
Guest User

Litebans mysql

a guest
Jun 29th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. bungeecord: true
  2.  
  3. sql:
  4. # MySQL, PostgreSQL(pgsql), SQLite, and H2 are supported database drivers.
  5. driver: MySQL
  6.  
  7. ## MySQL/PostgreSQL settings ##
  8. # If using SQLite/H2, the database will be stored in the LiteBans plugin folder,
  9. # and most of these settings won't apply.
  10.  
  11. # Database server address to connect to.
  12. # This can be set to a custom file path if using SQLite/H2.
  13. address: 66.85.144.162:3306
  14.  
  15. # Database name, username and password
  16. database: mcph550446
  17. username: 'mcph550446'
  18. password: 'fdf678e523'
  19.  
  20. table_prefix: 'litebans_'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement