summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-26 14:30:20 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-26 14:30:20 +0000
commitc2717aecc26d52d8be6d1b9350e9b0ff9dec1fc8 (patch)
tree42621d3cc4f5b0ed3e851d4261f80fdaf906332f /docs
parentdbb7564501b150ff1564d05151d4d63b63f22b97 (diff)
downloadmanaserv-c2717aecc26d52d8be6d1b9350e9b0ff9dec1fc8.tar.gz
manaserv-c2717aecc26d52d8be6d1b9350e9b0ff9dec1fc8.tar.xz
manaserv-c2717aecc26d52d8be6d1b9350e9b0ff9dec1fc8.zip
Added example configuration file.
Diffstat (limited to 'docs')
-rw-r--r--docs/tmwserv.xml12
1 files changed, 12 insertions, 0 deletions
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>