diff options
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r-- | bin/Robust.ini.example | 14 |
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 |