summaryrefslogtreecommitdiff
path: root/login/conf/login_local.conf.example
blob: 635f22eea5db2a43eada56fc479e2355f3b253da (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
// 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

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

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

// Server Communication username and password.
// This used to be in save/account.txt, but this is better.
userid: s1
passwd: p1