ladmin_athena.conf 842 B

123456789101112131415161718192021222324252627282930313233
  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. // Language of ladmin
  15. // F: Français
  16. // E: English (default)
  17. defaultlanguage: E
  18. // Log Filename. All operations done by the software are logged in this file.
  19. ladmin_log_filename: log/ladmin.log
  20. // Indicate how to display date in logs, to players, etc.
  21. // 0: 31-12-2004 23:59:59
  22. // 1: 12-31-2004 23:59:59
  23. // 2: 2004-31-12 23:59:59
  24. // 3: 2004-12-31 23:59:59 (default)
  25. date_format: 3
  26. import: conf/import/ladmin_conf.txt