diff options
author | UbitUmarov | 2016-12-15 00:09:21 +0000 |
---|---|---|
committer | UbitUmarov | 2016-12-15 00:09:21 +0000 |
commit | 94a36396b13164252e85a39cb3160a5b56f9b4fd (patch) | |
tree | 32d3c12a85b74390a17cc75e7ed8568bf8572b60 /bin/OpenSim.ini.example | |
parent | give regions a option to block profile web urls, so users are not sent to un... (diff) | |
download | opensim-SC-94a36396b13164252e85a39cb3160a5b56f9b4fd.zip opensim-SC-94a36396b13164252e85a39cb3160a5b56f9b4fd.tar.gz opensim-SC-94a36396b13164252e85a39cb3160a5b56f9b4fd.tar.bz2 opensim-SC-94a36396b13164252e85a39cb3160a5b56f9b4fd.tar.xz |
respective .ini settings
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index bb73687..557e475 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1158,6 +1158,11 @@ | |||
1158 | ;; Set the value of the url to your UserProfilesService | 1158 | ;; Set the value of the url to your UserProfilesService |
1159 | ;; If un-set / "" the module is disabled | 1159 | ;; If un-set / "" the module is disabled |
1160 | ;; ProfileServiceURL = ${Const|BaseURL}:${Const|PublicPort} | 1160 | ;; ProfileServiceURL = ${Const|BaseURL}:${Const|PublicPort} |
1161 | |||
1162 | ;# {AllowUserProfileWebURLs} {} {allow user profiles web urls} {true false} true | ||
1163 | ;; set this to false to prevent your users to be sent to unkown | ||
1164 | ;; web sites by other users on their profiles | ||
1165 | ; AllowUserProfileWebURLs = true | ||
1161 | 1166 | ||
1162 | [XBakes] | 1167 | [XBakes] |
1163 | ;# {URL} {} {Set URL for Baked texture service} {} | 1168 | ;# {URL} {} {Set URL for Baked texture service} {} |