diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Robust.HG.ini.example | 4 | ||||
-rw-r--r-- | bin/Robust.ini.example | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 962c2f4..5958fc1 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -177,6 +177,10 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
177 | ;; Default is false. | 177 | ;; Default is false. |
178 | ; AllowCreateUser = false | 178 | ; AllowCreateUser = false |
179 | 179 | ||
180 | ;; Allow the service to process HTTP set account calls. | ||
181 | ;; Default is false. | ||
182 | ; AllowSetAccount = false | ||
183 | |||
180 | 184 | ||
181 | [GridUserService] | 185 | [GridUserService] |
182 | ; for the server connector | 186 | ; for the server connector |
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 |