Guest User

Untitled

a guest
Feb 20th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. LoginServerPort = 2106
  2. LoginPort = 9014
  3. LoginServerHostName = 46.201.243.14
  4. LoginHostName = 46.201.243.14
  5.  
  6. # ---------------------------------------------------------------------------
  7. # Database
  8. # ---------------------------------------------------------------------------
  9.  
  10. Driver = com.mysql.jdbc.Driver
  11. #Driver = org.hsqldb.jdbcDriver
  12. #Driver = com.microsoft.sqlserver.jdbc.SQLServerDriver
  13. URL = jdbc:mysql://localhost/l2jdb?useUnicode=true&characterEncoding=utf-8
  14. #URL = jdbc:hsqldb:hsql://localhost/L2Emu_DB
  15. #URL = jdbc:sqlserver://localhost/database = L2Emu_DB/user = sa/password =
  16. #Database user info (using root user is not recommended)
  17. Login = root
  18. Password = 30072010
  19.  
  20. # Default: 10
  21. MaximumDbConnections = 10
  22.  
  23. # Default: 15
  24. IpUpdateTime = 15
  25.  
  26. # Default: 15
  27. FastConnectionLimit = 15
  28.  
  29. # Default: 700
  30. NormalConnectionTime = 700
  31.  
  32. # Default: 350
  33. FastConnectionTime = 350
  34.  
  35. # Default: 50
  36. MaxConnectionPerIP = 50
Add Comment
Please, Sign In to add comment