aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example
diff options
context:
space:
mode:
authorOren Hurvitz2014-07-14 10:55:13 +0300
committerJustin Clark-Casey2014-08-02 00:57:11 +0100
commit4514799c8d4fd3fc36fa3d90fdd36f786a4387ed (patch)
treee168ef5b3c216d9281e3b8c186018b8b4deef5ad /bin/Robust.ini.example
parentXBakes: store the assets only in the sim's local assets cache; not in the mai... (diff)
downloadopensim-SC_OLD-4514799c8d4fd3fc36fa3d90fdd36f786a4387ed.zip
opensim-SC_OLD-4514799c8d4fd3fc36fa3d90fdd36f786a4387ed.tar.gz
opensim-SC_OLD-4514799c8d4fd3fc36fa3d90fdd36f786a4387ed.tar.bz2
opensim-SC_OLD-4514799c8d4fd3fc36fa3d90fdd36f786a4387ed.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.ini.example')
-rw-r--r--bin/Robust.ini.example5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 203c0e0..14c66a0 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -465,9 +465,8 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
465 UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService 465 UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService
466 AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" 466 AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
467 467
468
469[BakedTextureService] 468[BakedTextureService]
470 LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes" 469 LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes"
471 ;; This directory must exist and be writable for the user ROBUST runs as 470 ;; This directory must be writable by the user ROBUST runs as. It will be created automatically.
472 BaseDirectory = "/data/bakes" 471 BaseDirectory = "./bakes"
473 472