diff options
Diffstat (limited to '')
-rw-r--r-- | bin/Robust.ini.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index f79059b..004a9c9 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -50,6 +50,8 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto | |||
50 | ;OfflineIMServiceConnector = "8003/OpenSim.Addons.OfflineIM.dll:OfflineIMServiceRobustConnector" | 50 | ;OfflineIMServiceConnector = "8003/OpenSim.Addons.OfflineIM.dll:OfflineIMServiceRobustConnector" |
51 | ;; Uncomment this if you want Groups V2 to work | 51 | ;; Uncomment this if you want Groups V2 to work |
52 | ;GroupsServiceConnector = "8003/OpenSim.Addons.Groups.dll:GroupsServiceRobustConnector" | 52 | ;GroupsServiceConnector = "8003/OpenSim.Addons.Groups.dll:GroupsServiceRobustConnector" |
53 | ;; Uncomment to provide bakes caching | ||
54 | ;BakedTextureService = "8003/OpenSim.Server.Handlers.dll:XBakesConnector | ||
53 | 55 | ||
54 | ;; Uncomment for UserProfiles see [UserProfilesService] to configure... | 56 | ;; Uncomment for UserProfiles see [UserProfilesService] to configure... |
55 | ; UserProfilesServiceConnector = "8002/OpenSim.Server.Handlers.dll:UserProfilesConnector" | 57 | ; UserProfilesServiceConnector = "8002/OpenSim.Server.Handlers.dll:UserProfilesConnector" |
@@ -450,3 +452,8 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto | |||
450 | AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | 452 | AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" |
451 | 453 | ||
452 | 454 | ||
455 | [BakedTextureService] | ||
456 | LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes" | ||
457 | ;; This directiry must exist and be writable for the user ROBUST runs as | ||
458 | BaseDirectory = "/data/bakes" | ||
459 | |||