diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 5 | ||||
-rw-r--r-- | bin/Robust.ini.example | 7 |
2 files changed, 12 insertions, 0 deletions
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 @@ | |||
1066 | ;; If un-set / "" the module is disabled | 1066 | ;; If un-set / "" the module is disabled |
1067 | ;; ProfileServiceURL = http://127.0.0.1:8002 | 1067 | ;; ProfileServiceURL = http://127.0.0.1:8002 |
1068 | 1068 | ||
1069 | [XBakes] | ||
1070 | ;# {URL} {} {Set URL for Baked texture service} {} | ||
1071 | ;; Sets the URL for the baked texture ROBUST service. | ||
1072 | ;; Disabled when unset. | ||
1073 | ;; URL = http://127.0.0.1:8003 | ||
1069 | 1074 | ||
1070 | [Architecture] | 1075 | [Architecture] |
1071 | ;# {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 | 1076 | ;# {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 | |||
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 | |||