aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.gitignore1
-rw-r--r--bin/Robust.HG.ini.example5
-rw-r--r--bin/Robust.ini.example5
3 files changed, 5 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index aa3e024..b495ed1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -54,6 +54,7 @@ bin/Regions/*
54bin/UserAssets 54bin/UserAssets
55bin/assetcache 55bin/assetcache
56bin/maptiles 56bin/maptiles
57bin/bakes
57bin/estate_settings.xml 58bin/estate_settings.xml
58bin/config-include/CenomeCache.ini 59bin/config-include/CenomeCache.ini
59bin/config-include/FlotsamCache.ini 60bin/config-include/FlotsamCache.ini
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
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