diff options
author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2010-10-26 23:34:50 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2010-10-26 23:34:50 +0200 |
commit | e411f5ce26d6175affab0288e97a6ead8990ee61 (patch) | |
tree | f874c0502f04c975e5f85a03d690253053aab91d /docs | |
parent | 50504de1e7ec269714a3dd36507857c34b3a1493 (diff) | |
download | manaserv-e411f5ce26d6175affab0288e97a6ead8990ee61.tar.gz manaserv-e411f5ce26d6175affab0288e97a6ead8990ee61.tar.bz2 manaserv-e411f5ce26d6175affab0288e97a6ead8990ee61.tar.xz manaserv-e411f5ce26d6175affab0288e97a6ead8990ee61.zip |
Documented the net_clientDataUrl option
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manaserv.xml.example | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/manaserv.xml.example b/docs/manaserv.xml.example index bdd96b26..0a59c76b 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. --> |