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/OpenSim.ini.example | 5 +++++ bin/Robust.ini.example | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index b692758..e3b91ae 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -1066,6 +1066,11 @@ ;; If un-set / "" the module is disabled ;; ProfileServiceURL = http://127.0.0.1:8002 +[XBakes] + ;# {URL} {} {Set URL for Baked texture service} {} + ;; Sets the URL for the baked texture ROBUST service. + ;; Disabled when unset. + ;; URL = http://127.0.0.1:8003 [Architecture] ;# {Include-Architecture} {} {Choose one of the following architectures} {config-include/Standalone.ini config-include/StandaloneHypergrid.ini config-include/Grid.ini config-include/GridHypergrid.ini config-include/SimianGrid.ini config-include/HyperSimianGrid.ini} config-include/Standalone.ini 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