aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-11-02 01:41:38 +0000
committerJustin Clark-Casey (justincc)2012-11-02 01:41:38 +0000
commitce7beb6f20cb09e19e0f695f445cfa860b9e9c78 (patch)
tree1904f199f3abebbe756381f1627cb343368e3e31 /bin/Robust.ini.example
parentMove check to allow only deletion of maptiles up to AssetServerDeleteHandler ... (diff)
downloadopensim-SC_OLD-ce7beb6f20cb09e19e0f695f445cfa860b9e9c78.zip
opensim-SC_OLD-ce7beb6f20cb09e19e0f695f445cfa860b9e9c78.tar.gz
opensim-SC_OLD-ce7beb6f20cb09e19e0f695f445cfa860b9e9c78.tar.bz2
opensim-SC_OLD-ce7beb6f20cb09e19e0f695f445cfa860b9e9c78.tar.xz
Add [AssetService] AllowRemoteDeleteAllTypes (default false).
This allows a closed grid to delete asset types other than maptile remotely. Only operational if AllowRemoteDelete = true also. Defaults to false - do not enable if anybody other than you can make asset service requests.
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r--bin/Robust.ini.example14
1 files changed, 13 insertions, 1 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 2eb551d..7503c5e 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -77,7 +77,19 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
77 LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" 77 LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService"
78 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" 78 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
79 AssetLoaderArgs = "./assets/AssetSets.xml" 79 AssetLoaderArgs = "./assets/AssetSets.xml"
80 AllowRemoteDelete = "false" 80
81 ; Allow maptile assets to remotely deleted by remote calls to the asset service.
82 ; There is no harm in having this as false - it just means that historical maptile assets are not deleted.
83 ; This only applies to maptiles served via the version 1 viewer mechanisms
84 ; Default is false
85 AllowRemoteDelete = false
86
87 ; Allow all assets to be remotely deleted.
88 ; Only set this to true if you are operating a grid where you control all calls to the asset service
89 ; (where a necessary condition is that you control all simulators) and you need this for admin purposes.
90 ; If set to true, AllowRemoteDelete = true is required as well.
91 ; Default is false.
92 AllowRemoteDeleteAllTypes = false
81 93
82; * This configuration loads the inventory server modules. It duplicates 94; * This configuration loads the inventory server modules. It duplicates
83; * the function of the legacy inventory server 95; * the function of the legacy inventory server