root/conf/ladmin_athena.conf @ 22

Revision 1, 0.9 kB (checked in by jinshiro, 17 years ago)
Line 
1// Athena Ladmin configuration file.
2 
3// Login Server IP
4login_ip:127.0.0.1
5// Login Server Port
6login_port: 6900
7
8// Administrative password, used to connect remotely to server.
9// NOTICE: If you enable remote administration, you should change its value for security
10admin_pass: admin
11
12// Encoding type of the password
13// 0: not encoded
14// 1: key+password
15// 2: password+key
16passenc: 2
17
18// Language of ladmin
19// F: Français
20// E: English (default)
21defaultlanguage: E
22
23// Log Filename. All operations done by the software are logged in this file.
24ladmin_log_filename: log/ladmin.log
25
26// Indicate how to display date in logs, to players, etc.
27// 0: 31-12-2004 23:59:59
28// 1: 12-31-2004 23:59:59
29// 2: 2004-31-12 23:59:59
30// 3: 2004-12-31 23:59:59 (default)
31date_format: 3
32
33//If redirected output contains escape sequences (color codes)
34stdout_with_ansisequence: no
35
36import: conf/import/ladmin_conf.txt
Note: See TracBrowser for help on using the browser.