Revision 1, 0.9 kB
(checked in by jinshiro, 17 years ago)
|
|
Rev | Line | |
---|
[1] | 1 | // Athena Ladmin configuration file. |
---|
| 2 | |
---|
| 3 | // Login Server IP |
---|
| 4 | login_ip:127.0.0.1 |
---|
| 5 | // Login Server Port |
---|
| 6 | login_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 |
---|
| 10 | admin_pass: admin |
---|
| 11 | |
---|
| 12 | // Encoding type of the password |
---|
| 13 | // 0: not encoded |
---|
| 14 | // 1: key+password |
---|
| 15 | // 2: password+key |
---|
| 16 | passenc: 2 |
---|
| 17 | |
---|
| 18 | // Language of ladmin |
---|
| 19 | // F: Français |
---|
| 20 | // E: English (default) |
---|
| 21 | defaultlanguage: E |
---|
| 22 | |
---|
| 23 | // Log Filename. All operations done by the software are logged in this file. |
---|
| 24 | ladmin_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) |
---|
| 31 | date_format: 3 |
---|
| 32 | |
---|
| 33 | //If redirected output contains escape sequences (color codes) |
---|
| 34 | stdout_with_ansisequence: no |
---|
| 35 | |
---|
| 36 | import: conf/import/ladmin_conf.txt |
---|