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 | |
parent | give regions a option to block profile web urls, so users are not sent to un... (diff) | |
download | opensim-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')
-rw-r--r-- | bin/OpenSim.ini.example | 5 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 4 |
2 files changed, 9 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} {} |
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 3f8864e..b57a844 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -541,6 +541,10 @@ | |||
541 | ;; points to your grid's Robust user profiles service | 541 | ;; points to your grid's Robust user profiles service |
542 | ;; | 542 | ;; |
543 | ; ProfileURL = http://127.0.0.1:9000 | 543 | ; ProfileURL = http://127.0.0.1:9000 |
544 | |||
545 | ;; set this to false to prevent your users to be sent to unkown | ||
546 | ;; web sites by other users on their profiles | ||
547 | ; AllowUserProfileWebURLs = true | ||
544 | 548 | ||
545 | 549 | ||
546 | [SMTP] | 550 | [SMTP] |