Guest User

Untitled

a guest
May 20th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 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=127.0.0.1
  28. link_port=4490
  29. link_pass=randompass
  30. link_channels=1
  31.  
  32. array lobby_ports[2]
  33. lobby_ports[0]=43594
  34.  
  35. game_port_offset=40000
  36.  
  37. server_address=127.0.0.1
  38.  
  39. sql_driver=com.mysql.jdbc.Driver
  40. sql_host=jdbc:mysql://mysql10.000webhost.com/
  41. sql_user=a7370452_666user
  42. sql_pass=cheetos1
  43. sql_reconnect=true
  44. sql_max_reconnects=5
  45. sql_database=a7370452_666
Add Comment
Please, Sign In to add comment