diff options
author | teravus | 2013-02-03 08:14:47 -0500 |
---|---|---|
committer | teravus | 2013-02-03 08:14:47 -0500 |
commit | 8fd99ecab14c06ef61b8e6d8c5a3a1452669639b (patch) | |
tree | 0ef3d872a7f7a72941f7aebb5d15042681ff6697 /bin/OpenSim.ini.example | |
parent | Adds the ability to load more then one IClientNetworkServer thereby allowing ... (diff) | |
parent | Merge /home/opensim/src/opensim (diff) | |
download | opensim-SC_OLD-8fd99ecab14c06ef61b8e6d8c5a3a1452669639b.zip opensim-SC_OLD-8fd99ecab14c06ef61b8e6d8c5a3a1452669639b.tar.gz opensim-SC_OLD-8fd99ecab14c06ef61b8e6d8c5a3a1452669639b.tar.bz2 opensim-SC_OLD-8fd99ecab14c06ef61b8e6d8c5a3a1452669639b.tar.xz |
Merge branch 'master' of ssh://opensim/var/git/opensim
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 0fe44e9..653de5c 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -269,9 +269,10 @@ | |||
269 | ; DefaultScriptEngine = "XEngine" | 269 | ; DefaultScriptEngine = "XEngine" |
270 | 270 | ||
271 | ;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true | 271 | ;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true |
272 | ;; Map tile options. You can choose to generate no map tiles at all, | 272 | ;; Map tile options. You can choose to generate normal maptiles or nominate an uploaded texture to |
273 | ;; generate normal maptiles, or nominate an uploaded texture to | 273 | ;; be the map tile using the MaptileStaticUUID parameter in this section or for individual regions in |
274 | ;; be the map tile | 274 | ;; the regions config file(s). If you do not want to upload map tiles at all, then you will need |
275 | ;; to disable the MapImageServiceModule entirely. | ||
275 | ; GenerateMaptiles = true | 276 | ; GenerateMaptiles = true |
276 | 277 | ||
277 | ;# {MaptileRefresh} {GenerateMaptiles} {Maptile refresh period?} {} 0 | 278 | ;# {MaptileRefresh} {GenerateMaptiles} {Maptile refresh period?} {} 0 |