summaryrefslogtreecommitdiff
path: root/login/conf/login_local.conf.example
blob: 3ef8f3b667b58e218a347b8e4f106e93083bba2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
// Athena Login Server local configuration file.

// Port to bind Login Server to (always binds to all IPv4 addresses)
login_port: 6901

// Whether remote administration is enabled or disabled
admin_state: yes

// Administrative password, used by ladmin to connect remotely to server.
// NOTICE: You should change its value for security.
// This is also in ladmin_local.conf
admin_pass: admin

// List of IPs that the server accepts for remote administration.
// This can be repeated, with one entry per line.
// Each line can be an IP prefix (xxx.xxx.), a full IP, or a network/mask.
// Particularly, it *cannot* be a hostname.
// The special value 'all' allows all IPs.
// The special value 'clear' empties the list (useful for includes).
// Note: internally this is called 'access_ladmin'.
//ladminallowip: all
//ladminallowip: clear
ladminallowip: 127.0.0.1

// Gamemaster password, used with the @gm command to obtain GM commands
// NOTICE: You should also change this one.
gm_pass: gm

// GM level granted to people using @gm (with the correct password).
// Builtin default is 60; setting it to 0 will disable the command.
// To work, @gm also needs to be level 0 in atcommand_local.conf,
// and atcommand_gm_only needs to be off in battle_local.conf
level_new_gm: 0

// Update host
// If not empty, send address for client to download data.
// This must contain news.txt and resources.xml
update_host: http://updates.themanaworld.org/

// Which world should appear first to the players.
// see server_name in world/conf/char_local.conf
main_server: The Mana World