diff options
author | Melanie | 2012-11-03 15:38:47 +0000 |
---|---|---|
committer | Melanie | 2012-11-03 15:38:47 +0000 |
commit | d0473b73da024c67cb1eb4a420e5ce6de59c5da4 (patch) | |
tree | 65ddc795b413c661f20f03bbe434e0194a8af6d5 /bin/Robust.ini.example | |
parent | Merge branch 'master' into careminster (diff) | |
parent | HG: flip all configs to HG2.0. PLEASE CHECK YOUR EXISTING HG CONFIGS AGAINST ... (diff) | |
download | opensim-SC_OLD-d0473b73da024c67cb1eb4a420e5ce6de59c5da4.zip opensim-SC_OLD-d0473b73da024c67cb1eb4a420e5ce6de59c5da4.tar.gz opensim-SC_OLD-d0473b73da024c67cb1eb4a420e5ce6de59c5da4.tar.bz2 opensim-SC_OLD-d0473b73da024c67cb1eb4a420e5ce6de59c5da4.tar.xz |
Merge branch 'master' into careminster
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 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 |