inter_athena.conf 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. // Athena InterServer configuration.
  2. // Contains settings shared/used by more than 1 server.
  3. // Options for both versions
  4. // Log Inter Connections, etc.?
  5. log_inter: 1
  6. // Inter Log Filename
  7. inter_log_filename: log/inter.log
  8. // Level range for sharing within a party
  9. party_share_level: 15
  10. // You can specify the codepage to use in your MySQL tables here.
  11. // (Note that this feature requires MySQL 4.1+)
  12. //default_codepage:
  13. // For IPs, ideally under linux, you want to use localhost instead of 127.0.0.1
  14. // Under windows, you want to use 127.0.0.1. If you see a message like
  15. // "Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)"
  16. // and you have localhost, switch it to 127.0.0.1
  17. // Global SQL settings
  18. // overridden by local settings when the hostname is defined there
  19. // (currently only the login-server reads/obeys these settings)
  20. // MySQL Login server
  21. login_server_ip: 127.0.0.1
  22. login_server_port: 3306
  23. login_server_id: ragnarok
  24. login_server_pw: ragnarok
  25. login_server_db: ragnarok
  26. login_codepage:
  27. login_case_sensitive: no
  28. ipban_db_ip: 127.0.0.1
  29. ipban_db_port: 3306
  30. ipban_db_id: ragnarok
  31. ipban_db_pw: ragnarok
  32. ipban_db_db: ragnarok
  33. ipban_codepage:
  34. // MySQL Character server
  35. char_server_ip: 127.0.0.1
  36. char_server_port: 3306
  37. char_server_id: ragnarok
  38. char_server_pw: ragnarok
  39. char_server_db: ragnarok
  40. // MySQL Map Server
  41. map_server_ip: 127.0.0.1
  42. map_server_port: 3306
  43. map_server_id: ragnarok
  44. map_server_pw: ragnarok
  45. map_server_db: ragnarok
  46. // MySQL Log Database (Shared used with Login server for login logs)
  47. log_db_ip: 127.0.0.1
  48. log_db_port: 3306
  49. log_db_id: ragnarok
  50. log_db_pw: ragnarok
  51. log_db_db: ragnarok
  52. log_codepage:
  53. log_login_table: loginlog
  54. // MySQL Reconnect Settings
  55. // - mysql_reconnect_type:
  56. // 1: When MySQL disconnects during runtime, the server tries to reconnect
  57. // mysql_reconnect_count times and shuts down if unsuccessful.
  58. // 2: When mysql disconnects during runtime, it tries to reconnect indefinitely.
  59. mysql_reconnect_type: 2
  60. mysql_reconnect_count: 1
  61. inter_server_conf: inter_server.yml
  62. import: conf/import/inter_conf.txt