summaryrefslogtreecommitdiffstats
path: root/docs/tmwserv.xml
blob: a16b063c0c644f698481f6a14886cbe42e188d53 (plain)
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
<?xml version="1.0"?>
<!-- An example configuration file for ~/.tmwserv.xml -->
<configuration>
 <!--
 Database configuration (unused by sqlite3).
 -->
 <option name="dbhost" value=""/>
 <option name="dbpass" value=""/>
 <option name="dbuser" value=""/>

 <!--
 New player starting location. The map should be defined in data/maps.xml.
 -->
 <option name="defaultMap" value="1"/>
 <option name="startX" value="720"/>
 <option name="startY" value="840"/>

 <!--
 The game server uses this address to connect to the account server. Clients
 will also need to be able to connect to the account server.
 -->
 <option name="accountServerAddress" value="localhost"/>
 <option name="accountServerPort" value="9601"/>

 <!--
 The clients use this address to connect to a game server on this machine.
 -->
 <option name="gameServerAddress" value="localhost"/>
 <option name="gameServerPort" value="9604"/>
</configuration>