diff options
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r-- | bin/Robust.ini.example | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 661a15e..2c8770a 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -154,13 +154,16 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
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. |
156 | ;; Default is false | 156 | ;; Default is false |
157 | ;; If you enable this you will also need to uncomment the AvatarService line above | ||
158 | ; CreateDefaultAvatarEntries = false | 157 | ; CreateDefaultAvatarEntries = false |
159 | 158 | ||
160 | ;; Allow the service to process HTTP create user calls. | 159 | ;; Allow the service to process HTTP create user calls. |
161 | ;; Default is false. | 160 | ;; Default is false. |
162 | ; AllowCreateUser = false | 161 | ; AllowCreateUser = false |
163 | 162 | ||
163 | ;; Allow the service to process HTTP set account calls. | ||
164 | ;; Default is false. | ||
165 | ; AllowSetAccount = false | ||
166 | |||
164 | 167 | ||
165 | [GridUserService] | 168 | [GridUserService] |
166 | ; for the server connector | 169 | ; for the server connector |