aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example
diff options
context:
space:
mode:
authorMelanie2014-02-04 02:49:13 +0000
committerMelanie2014-02-04 02:49:13 +0000
commit1aed6567a822b49e51de943dab0f3187def95e28 (patch)
tree5884105e3325deda7d69a2d716dabb2d401f5eec /bin/Robust.ini.example
parentFinal code drop for appearance. Adding Avination's baked texture storage server. (diff)
downloadopensim-SC_OLD-1aed6567a822b49e51de943dab0f3187def95e28.zip
opensim-SC_OLD-1aed6567a822b49e51de943dab0f3187def95e28.tar.gz
opensim-SC_OLD-1aed6567a822b49e51de943dab0f3187def95e28.tar.bz2
opensim-SC_OLD-1aed6567a822b49e51de943dab0f3187def95e28.tar.xz
Samle configurations for the baked texture server.
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r--bin/Robust.ini.example7
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