summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-10-26 23:34:50 +0200
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-10-26 23:34:50 +0200
commite411f5ce26d6175affab0288e97a6ead8990ee61 (patch)
treef874c0502f04c975e5f85a03d690253053aab91d /docs
parent50504de1e7ec269714a3dd36507857c34b3a1493 (diff)
downloadmanaserv-e411f5ce26d6175affab0288e97a6ead8990ee61.tar.gz
manaserv-e411f5ce26d6175affab0288e97a6ead8990ee61.tar.xz
manaserv-e411f5ce26d6175affab0288e97a6ead8990ee61.zip
Documented the net_clientDataUrl option
Diffstat (limited to 'docs')
-rw-r--r--docs/manaserv.xml.example10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/manaserv.xml.example b/docs/manaserv.xml.example
index bdd96b2..0a59c76 100644
--- a/docs/manaserv.xml.example
+++ b/docs/manaserv.xml.example
@@ -144,12 +144,20 @@
<option name="net_listenHost" value=""/>
<!--
- Update host url: E.g.: "http://www.manasource.org/updates"
+ Update host url: E.g.: "http://updates.manasource.org/"
It gives the http folder where the update files can be downloaded.
-->
<option name="net_defaultUpdateHost" value="" />
<!--
+ Client data url: E.g.: "http://data.manasource.org/"
+ Example for local use: "file:///home/user/clientdata/"
+ The base URL where the client will get its data from. This is a new update
+ mechanism that replaces the update host, used by the Mana Mobile client.
+ -->
+ <option name="net_clientDataUrl" value="" />
+
+ <!--
Minimal supported mana client version.
The current version is 0.
-->