Guest User

Untitled

a guest
May 18th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. #
  2. # Configuration file for RT5D
  3. # Format:
  4. # VARIABLE_NAME=VALUE
  5. #
  6. # Defining 2D arrays:
  7. # array VARRIABLE_NAME[SIZE]
  8. # Assigning array values:
  9. # VARIABLE_NAME[INDEX]=VALUE
  10. #
  11. # Comments:
  12. # Begin line with # to ignore it
  13. #
  14. #
  15. #
  16.  
  17. # The max amount of NIO worker threads the server can use.
  18. max_nio_threads=8
  19.  
  20. # The location of the logging configuration file.
  21. logging_config_file=%WORK_DIR%/logging.ini
  22.  
  23. # The directory where scripts are located.
  24. script_dir=src/scripts
  25.  
  26. # Link server details
  27. link_host=31.131.31.6
  28. link_port=4490
  29. link_pass=rtd5_default
  30. link_channels=2
  31.  
  32. array lobby_ports[2]
  33. lobby_ports[0]=43594
  34. lobby_ports[1]=53594
  35.  
  36. game_port_offset=40000
  37. game_port_offset2=50000
  38.  
  39. server_address=31.131.31.6
  40.  
  41. sql_driver=com.mysql.jdbc.Driver
  42. sql_host=jdbc:mysql://31.131.31.6/_ipb
  43. sql_user=root
  44. sql_pass=psrootpass123
  45. sql_reconnect=true
  46. sql_max_reconnects=5
  47. sql_database=_ipb
Add Comment
Please, Sign In to add comment