From f276ba57bf5bd732fbc6a255213c9bb7f5f5f148 Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Sun, 17 Jan 2010 11:33:47 -0800 Subject: HG agent transfers are starting to work. Gatekeeper handlers are missing. --- bin/config-include/StandaloneHypergrid.ini | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'bin/config-include/StandaloneHypergrid.ini') diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini index 79a8775..3d05d51 100644 --- a/bin/config-include/StandaloneHypergrid.ini +++ b/bin/config-include/StandaloneHypergrid.ini @@ -20,7 +20,7 @@ UserAccountServices = "LocalUserAccountServicesConnector" SimulationServices = "RemoteSimulationConnectorModule" AvatarServices = "LocalAvatarServicesConnector" - EntityTransferModule = "BasicEntityTransferModule" + EntityTransferModule = "HGEntityTransferModule" InventoryServiceInConnector = true AssetServiceInConnector = true HGAuthServiceInConnector = true @@ -28,6 +28,8 @@ NeighbourServiceInConnector = true LibraryModule = true LLLoginServiceInConnector = true + ;; err, temporary + SimulationServiceInConnector = true [AssetService] ; For the AssetServiceInConnector @@ -103,3 +105,8 @@ DefaultRegion = "OpenSim Test" WelcomeMessage = "Welcome, Avatar!" + HomeURI = "http://127.0.0.1:9000" + GatewayURI = "http://127.0.0.1:9000" + InventoryServerURI = "http://127.0.0.1:9000" + AssetServerURI = "http://127.0.0.1:9000" + -- cgit v1.1