aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--bin/Robust.HG.ini.example1
-rw-r--r--bin/Robust.ini.example1
2 files changed, 2 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index 3dd984e..e385200 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -282,6 +282,7 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
282 GridService = "OpenSim.Services.GridService.dll:GridService" 282 GridService = "OpenSim.Services.GridService.dll:GridService"
283 InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" 283 InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService"
284 AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" 284 AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
285 GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
285 286
286 ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 287 ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2
287 ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. 288 ;; to show a default "Ruth" avatar rather than a cloud for a newly created user.
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 829e393..2f1a627 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -240,6 +240,7 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
240 GridService = "OpenSim.Services.GridService.dll:GridService" 240 GridService = "OpenSim.Services.GridService.dll:GridService"
241 InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" 241 InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService"
242 AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" 242 AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
243 GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
243 244
244 ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 245 ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2
245 ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. 246 ;; to show a default "Ruth" avatar rather than a cloud for a newly created user.