aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.ini.example
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-05-07 23:32:02 +0100
committerJustin Clark-Casey (justincc)2014-05-07 23:32:02 +0100
commit2b33677402c3a18ed753e78e02bb191bfcdcee5b (patch)
treecb1995341dcc609a9eec541c177a0118482b3c98 /bin/Robust.HG.ini.example
parentRemove duplicate HypergridLinker entry from [GridService] in Robust.HG.ini.ex... (diff)
downloadopensim-SC_OLD-2b33677402c3a18ed753e78e02bb191bfcdcee5b.zip
opensim-SC_OLD-2b33677402c3a18ed753e78e02bb191bfcdcee5b.tar.gz
opensim-SC_OLD-2b33677402c3a18ed753e78e02bb191bfcdcee5b.tar.bz2
opensim-SC_OLD-2b33677402c3a18ed753e78e02bb191bfcdcee5b.tar.xz
Add GridUserService service config to [UserAccountService] in Robust[.HG].ini.example so that home can be set for new users rather than always warning that it can't be set.
Code already exists to do this but forgot to put entry into config files a long time ago. Thanks to AliciaRaven for the spot. Relates to http://opensimulator.org/mantis/view.php?id=7155
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r--bin/Robust.HG.ini.example1
1 files changed, 1 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.