From 1aed6567a822b49e51de943dab0f3187def95e28 Mon Sep 17 00:00:00 2001 From: Melanie Date: Tue, 4 Feb 2014 02:49:13 +0000 Subject: Samle configurations for the baked texture server. --- bin/Robust.ini.example | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bin/Robust.ini.example') 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 ;OfflineIMServiceConnector = "8003/OpenSim.Addons.OfflineIM.dll:OfflineIMServiceRobustConnector" ;; Uncomment this if you want Groups V2 to work ;GroupsServiceConnector = "8003/OpenSim.Addons.Groups.dll:GroupsServiceRobustConnector" +;; Uncomment to provide bakes caching +;BakedTextureService = "8003/OpenSim.Server.Handlers.dll:XBakesConnector ;; Uncomment for UserProfiles see [UserProfilesService] to configure... ; UserProfilesServiceConnector = "8002/OpenSim.Server.Handlers.dll:UserProfilesConnector" @@ -450,3 +452,8 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" +[BakedTextureService] + LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes" + ;; This directiry must exist and be writable for the user ROBUST runs as + BaseDirectory = "/data/bakes" + -- cgit v1.1