Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. [database]
  2. host = 173.165.212.49
  3. port = 3306
  4. db = eqmac_trilogy
  5. user = myuser
  6. password = mypass
  7. subsystem = MySQL
  8.  
  9. [options]
  10. unregistered_allowed = TRUE
  11. reject_duplicate_servers = FALSE
  12. trace = TRUE
  13. world_trace = FALSE
  14. dump_packets_in = FALSE
  15. dump_packets_out = FALSE
  16. listen_port = 5998
  17. local_network = 192.168.1.
  18.  
  19. [security]
  20. plugin = EQEmuAuthCrypto
  21. mode = 5
  22.  
  23. [Titanium]
  24. port = 5998
  25. opcodes = login_opcodes.conf
  26.  
  27. [SoD]
  28. port = 5999
  29. opcodes = login_opcodes.conf
  30.  
  31. [schema]
  32. account_table = tblLoginServerAccounts
  33. world_registration_table = tblWorldServerRegistration
  34. world_admin_registration_table = tblServerAdminRegistration
  35. world_server_type_table = tblServerListType
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement