summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--docs/tmwserv.xml12
2 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 36ab68c..20de303 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@
* src/accounthandler.cpp: Read game and chat server addresses to send
to the client from the configuration file.
+ * docs/tmwserv.xml: Added example configuration file.
2006-08-25 Rogier Polak <rogier_polak@users.sourceforge.net>
diff --git a/docs/tmwserv.xml b/docs/tmwserv.xml
new file mode 100644
index 0000000..0fa6768
--- /dev/null
+++ b/docs/tmwserv.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<!-- An example configuration file for ~/.tmwserv.xml -->
+<configuration>
+ <option name="dbhost" value=""/>
+ <option name="dbpass" value=""/>
+ <option name="dbuser" value=""/>
+ <option name="defaultMap" value="1"/>
+ <option name="startX" value="720"/>
+ <option name="startY" value="840"/>
+ <option name="clientGameServerAddress" value="localhost"/>
+ <option name="clientChatServerAddress" value="localhost"/>
+</configuration>