aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authordiva2009-05-17 01:38:43 +0000
committerdiva2009-05-17 01:38:43 +0000
commitaac8ca041170f6d1d648c6c5244dc3dfad428587 (patch)
tree190873d49a54f7462190331344aa308d8b6eb15f /bin
parentSend the owner name, not the client name on SendDialog. (diff)
downloadopensim-SC_OLD-aac8ca041170f6d1d648c6c5244dc3dfad428587.zip
opensim-SC_OLD-aac8ca041170f6d1d648c6c5244dc3dfad428587.tar.gz
opensim-SC_OLD-aac8ca041170f6d1d648c6c5244dc3dfad428587.tar.bz2
opensim-SC_OLD-aac8ca041170f6d1d648c6c5244dc3dfad428587.tar.xz
HG asset transfers starting to work -- GETs only for now.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example9
1 files changed, 6 insertions, 3 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index e84cd57..6d061bb 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -1297,9 +1297,12 @@
1297 1297
1298 ; Paremeters for the Hypergrid connector 1298 ; Paremeters for the Hypergrid connector
1299 1299
1300 ; Parameters for the HG Broker 1300 ;; Parameters for the HG Broker
1301 ;LocalModule = "OpenSim.Services.AssetService.dll:AssetService" 1301 ; Use this one if you have a standalone grid
1302 ;HypergridModule = "OpenSim.Services.AssetService.dll:HGAssetService" 1302 LocalGridAssetService = "OpenSim.Services.AssetService.dll:AssetService"
1303 ; Use this one if this sim is connected to a grid-wide asset server
1304 ;LocalGridAssetService = "OpenSim.Servers.Connectors.dll:AssetServiceConnector"
1305 HypergridAssetService = "OpenSim.Services.AssetService.dll:HGAssetService"
1303 1306
1304[AssetCache] 1307[AssetCache]
1305 ; Number of buckets for assets 1308 ; Number of buckets for assets