diff options
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r-- | bin/Robust.HG.ini.example | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 7f2636c..962c2f4 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -166,14 +166,17 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
166 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | 166 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" |
167 | GridService = "OpenSim.Services.GridService.dll:GridService" | 167 | GridService = "OpenSim.Services.GridService.dll:GridService" |
168 | InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" | 168 | InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" |
169 | ; AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" | 169 | AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" |
170 | 170 | ||
171 | ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 | 171 | ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 |
172 | ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. | 172 | ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. |
173 | ;; Default is false | 173 | ;; Default is false |
174 | ;; If you enable this you will also need to uncomment the AvatarService line above | ||
175 | ; CreateDefaultAvatarEntries = false | 174 | ; CreateDefaultAvatarEntries = false |
176 | 175 | ||
176 | ;; Allow the service to process HTTP create user calls. | ||
177 | ;; Default is false. | ||
178 | ; AllowCreateUser = false | ||
179 | |||
177 | 180 | ||
178 | [GridUserService] | 181 | [GridUserService] |
179 | ; for the server connector | 182 | ; for the server connector |