aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example
diff options
context:
space:
mode:
authorBlueWall2012-11-25 17:03:14 -0500
committerBlueWall2012-11-25 17:03:14 -0500
commitc754003944d0166bf50b4f94b0c0eea642503bb0 (patch)
treedfa1c2020d5500d510519d5b2b3236600692f277 /bin/Robust.ini.example
parentMerge branch 'master' into connector_plugin (diff)
parentCombine TestDeleteSceneObjectAsync() with TestDeRezSceneObject() as they are ... (diff)
downloadopensim-SC_OLD-c754003944d0166bf50b4f94b0c0eea642503bb0.zip
opensim-SC_OLD-c754003944d0166bf50b4f94b0c0eea642503bb0.tar.gz
opensim-SC_OLD-c754003944d0166bf50b4f94b0c0eea642503bb0.tar.bz2
opensim-SC_OLD-c754003944d0166bf50b4f94b0c0eea642503bb0.tar.xz
Merge branch 'master' into connector_plugin
Conflicts: OpenSim/Server/Base/ServicesServerBase.cs
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 fbe4a51..8ec6d75 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -90,7 +90,19 @@ ConfigDirectory = "/home/opensim/etc/Configs"
90 LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" 90 LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService"
91 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" 91 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
92 AssetLoaderArgs = "./assets/AssetSets.xml" 92 AssetLoaderArgs = "./assets/AssetSets.xml"
93 AllowRemoteDelete = "false" 93
94 ; Allow maptile assets to remotely deleted by remote calls to the asset service.
95 ; There is no harm in having this as false - it just means that historical maptile assets are not deleted.
96 ; This only applies to maptiles served via the version 1 viewer mechanisms
97 ; Default is false
98 AllowRemoteDelete = false
99
100 ; Allow all assets to be remotely deleted.
101 ; Only set this to true if you are operating a grid where you control all calls to the asset service
102 ; (where a necessary condition is that you control all simulators) and you need this for admin purposes.
103 ; If set to true, AllowRemoteDelete = true is required as well.
104 ; Default is false.
105 AllowRemoteDeleteAllTypes = false
94 106
95; * This configuration loads the inventory server modules. It duplicates 107; * This configuration loads the inventory server modules. It duplicates
96; * the function of the legacy inventory server 108; * the function of the legacy inventory server