aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/Robust.ini.example6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index a299a73..661a15e 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -149,7 +149,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
149 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" 149 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
150 GridService = "OpenSim.Services.GridService.dll:GridService" 150 GridService = "OpenSim.Services.GridService.dll:GridService"
151 InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" 151 InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService"
152 ; AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" 152 AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
153 153
154 ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 154 ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2
155 ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. 155 ;; to show a default "Ruth" avatar rather than a cloud for a newly created user.
@@ -157,6 +157,10 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
157 ;; If you enable this you will also need to uncomment the AvatarService line above 157 ;; If you enable this you will also need to uncomment the AvatarService line above
158 ; CreateDefaultAvatarEntries = false 158 ; CreateDefaultAvatarEntries = false
159 159
160 ;; Allow the service to process HTTP create user calls.
161 ;; Default is false.
162 ; AllowCreateUser = false
163
160 164
161[GridUserService] 165[GridUserService]
162 ; for the server connector 166 ; for the server connector