Guest User

Untitled

a guest
Feb 20th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. # Networking
  2. # ---------------------------------------------------------------------------
  3. # Default: 127.0.0.1
  4. ExternalHostname =
  5. # ---------------------------------------------------------------------------
  6. # Default: 127.0.0.1
  7. InternalHostname =46.201.243.14
  8. # ---------------------------------------------------------------------------
  9. # RouterHostname =
  10. # Default: 127.0.0.1
  11. LoginserverHostname =46.201.243.14
  12. # Default: 2106
  13. LoginserverPort = 2106
  14. # The address on which login GameServers
  15. # Default: 127.0.0.1
  16. LoginHostname =46.201.243.14
  17.  
  18. # The port on which login will listen for GameServers
  19. # Default: 9014
  20. LoginPort = 9014
  21.  
  22. # ---------------------------------------------------------------------------
  23. # Database
  24. # ---------------------------------------------------------------------------
  25.  
  26. Driver = com.mysql.jdbc.Driver
  27. #Driver = org.hsqldb.jdbcDriver
  28. #Driver = com.microsoft.sqlserver.jdbc.SQLServerDriver
  29. URL = jdbc:mysql://localhost/l2jdb?useUnicode=true&characterEncoding=utf-8
  30. #URL = jdbc:hsqldb:hsql://localhost/L2Emu_DB
  31. #URL = jdbc:sqlserver://localhost/database = L2Emu_DB/user = sa/password =
  32. #Database user info (using root user is not recommended)
  33. Login = root
  34. Password = 30072010
  35.  
  36. # Default: 10
  37. MaximumDbConnections = 10
  38.  
  39.  
  40. # Default: 15
  41. IpUpdateTime = 15
  42.  
  43. # Default: 15
  44. FastConnectionLimit = 15
  45.  
  46. # Default: 700
  47. NormalConnectionTime = 700
  48.  
  49. # Default: 350
  50. FastConnectionTime = 350
  51.  
  52. # Default: 50
  53. MaxConnectionPerIP = 50
Add Comment
Please, Sign In to add comment