aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example
diff options
context:
space:
mode:
authorMelanie2011-10-25 02:56:03 +0100
committerMelanie2011-10-25 02:56:03 +0100
commitcdca0fb387bb9614cbda5fd5ec5413e43cfb76d4 (patch)
tree980a62a8b6e81b52c355f47c1fd3aa3c585fb7a7 /bin/Robust.ini.example
parentMerge commit 'c85a780583cb36bac95f69c5d704f60a758d56bb' into bigmerge (diff)
parentAllow an http call to set account details if AllowSetAccount = true in [UserA... (diff)
downloadopensim-SC_OLD-cdca0fb387bb9614cbda5fd5ec5413e43cfb76d4.zip
opensim-SC_OLD-cdca0fb387bb9614cbda5fd5ec5413e43cfb76d4.tar.gz
opensim-SC_OLD-cdca0fb387bb9614cbda5fd5ec5413e43cfb76d4.tar.bz2
opensim-SC_OLD-cdca0fb387bb9614cbda5fd5ec5413e43cfb76d4.tar.xz
Merge commit '9d59b285bbc84aa620200e7da69be0f347dd69f4' into bigmerge
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r--bin/Robust.ini.example5
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