ladmin_athena.conf 821 B

12345678910111213141516171819202122232425262728293031
  1. // Athena Ladmin configuration file.
  2. // Login Server IP
  3. login_ip:127.0.0.1
  4. // Login Server Port
  5. login_port: 6900
  6. // Administrative password, used to connect remotely to server.
  7. // NOTICE: If you enable remote administration, you should change its value for security
  8. admin_pass: admin
  9. // Encoding type of the password
  10. // 0: not encoded
  11. // 1: key+password
  12. // 2: password+key
  13. passenc: 2
  14. // Log Filename. All operations done by the software are logged in this file.
  15. ladmin_log_filename: log/ladmin.log
  16. // Indicate how to display date in logs, to players, etc.
  17. // 0: 31-12-2004 23:59:59
  18. // 1: 12-31-2004 23:59:59
  19. // 2: 2004-31-12 23:59:59
  20. // 3: 2004-12-31 23:59:59 (default)
  21. date_format: 3
  22. //If redirected output contains escape sequences (color codes)
  23. stdout_with_ansisequence: no
  24. import: conf/import/ladmin_conf.txt