aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.ini.example
diff options
context:
space:
mode:
authorOren Hurvitz2014-07-14 10:55:13 +0300
committerOren Hurvitz2014-07-21 09:27:47 +0100
commit11031abf263eb5bf25feefef04f770a55e2c0128 (patch)
treef0be08c5340c4c2145693abd043d0ee303c893dd /bin/Robust.HG.ini.example
parentLog RestClient requests similarly to WebClient (e.g, "debug http all 6" logs ... (diff)
downloadopensim-SC_OLD-11031abf263eb5bf25feefef04f770a55e2c0128.zip
opensim-SC_OLD-11031abf263eb5bf25feefef04f770a55e2c0128.tar.gz
opensim-SC_OLD-11031abf263eb5bf25feefef04f770a55e2c0128.tar.bz2
opensim-SC_OLD-11031abf263eb5bf25feefef04f770a55e2c0128.tar.xz
Changed the default XBakes directory to a local path: "./bakes".
Previously it was an absolute path. Now it's a sibling of the maptiles directory. This fixes http://opensimulator.org/mantis/view.php?id=7063
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r--bin/Robust.HG.ini.example5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index c51a626..489810e 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -662,6 +662,5 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
662 662
663[BakedTextureService] 663[BakedTextureService]
664 LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes" 664 LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes"
665 ;; This directory must exist and be writable for the user ROBUST runs as 665 ;; This directory must be writable by the user ROBUST runs as. It will be created automatically.
666 BaseDirectory = "/data/bakes" 666 BaseDirectory = "./bakes"
667