diff options
author | Mic Bowman | 2011-01-08 13:33:07 -0800 |
---|---|---|
committer | Mic Bowman | 2011-01-08 13:33:07 -0800 |
commit | df7fb207a87b1b07a00600d5b66e717ac2332b4f (patch) | |
tree | 6efc0a90c2c63d3f4ac026093b31f0b2b10052f2 /bin/OpenSimDefaults.ini | |
parent | Merge branch 'master' into cmickeyb (diff) | |
download | opensim-SC_OLD-df7fb207a87b1b07a00600d5b66e717ac2332b4f.zip opensim-SC_OLD-df7fb207a87b1b07a00600d5b66e717ac2332b4f.tar.gz opensim-SC_OLD-df7fb207a87b1b07a00600d5b66e717ac2332b4f.tar.bz2 opensim-SC_OLD-df7fb207a87b1b07a00600d5b66e717ac2332b4f.tar.xz |
Moved the map tile processing used by the Simian Grid
Frontend into a separate region module. Configuration
settings added to the defaults ini file. Others may find
this useful for pushing map tiles to a separate server.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 8437ece..9028453 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1240,6 +1240,14 @@ | |||
1240 | ; Enable media on a prim facilities | 1240 | ; Enable media on a prim facilities |
1241 | Enabled = true; | 1241 | Enabled = true; |
1242 | 1242 | ||
1243 | ;; | ||
1244 | ;; If you are using a simian grid frontend you can enable | ||
1245 | ;; this module to upload tile images for the mapping fn | ||
1246 | ;; | ||
1247 | [SimianGridMaptiles] | ||
1248 | Enabled = False | ||
1249 | MaptileURL = "http://www.mygrid.com/Grid/" | ||
1250 | RefreshTime = 3600 | ||
1243 | 1251 | ||
1244 | ;; | 1252 | ;; |
1245 | ;; These are defaults that are overwritten below in [Architecture]. | 1253 | ;; These are defaults that are overwritten below in [Architecture]. |