summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
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.
-->