Advertisement
lLuffy

Untitled

Aug 12th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. # Configuration file
  2.  
  3. general {
  4. # Column [default: user]
  5. S:column=user
  6.  
  7. # Main Class of driver [default: com.mysql.cj.jdbc.Driver]
  8. S:driver=com.mysql.cj.jdbc.Driver
  9.  
  10. # Point of connection to DB [default: jdbc:mysql://127.0.0.1:3306/test?serverTimezone=UTC]
  11. S:host=jdbc:mysql://127.0.0.1:3306/bans_hitech112?useSSL=false
  12.  
  13. # Matches from DB [range: 0 ~ 5, default: 4]
  14. I:matches_count=4
  15.  
  16. # Password [default: root]
  17. S:password=
  18.  
  19. # Table [default: users]
  20. S:table=hwid_ban
  21.  
  22. # User Name [default: root]
  23. S:user=bans_hitech112
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement