aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorUbitUmarov2016-12-15 00:09:21 +0000
committerUbitUmarov2016-12-15 00:09:21 +0000
commit94a36396b13164252e85a39cb3160a5b56f9b4fd (patch)
tree32d3c12a85b74390a17cc75e7ed8568bf8572b60 /bin/OpenSim.ini.example
parent give regions a option to block profile web urls, so users are not sent to un... (diff)
downloadopensim-SC_OLD-94a36396b13164252e85a39cb3160a5b56f9b4fd.zip
opensim-SC_OLD-94a36396b13164252e85a39cb3160a5b56f9b4fd.tar.gz
opensim-SC_OLD-94a36396b13164252e85a39cb3160a5b56f9b4fd.tar.bz2
opensim-SC_OLD-94a36396b13164252e85a39cb3160a5b56f9b4fd.tar.xz
respective .ini settings
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example5
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} {}