Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Configuration file
- general {
- # Column [default: user]
- S:column=user
- # Main Class of driver [default: com.mysql.cj.jdbc.Driver]
- S:driver=com.mysql.cj.jdbc.Driver
- # Point of connection to DB [default: jdbc:mysql://127.0.0.1:3306/test?serverTimezone=UTC]
- S:host=jdbc:mysql://127.0.0.1:3306/bans_hitech112?useSSL=false
- # Matches from DB [range: 0 ~ 5, default: 4]
- I:matches_count=4
- # Password [default: root]
- S:password=
- # Table [default: users]
- S:table=hwid_ban
- # User Name [default: root]
- S:user=bans_hitech112
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement