aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include
diff options
context:
space:
mode:
authorDiva Canto2010-01-17 11:33:47 -0800
committerDiva Canto2010-01-17 11:33:47 -0800
commitf276ba57bf5bd732fbc6a255213c9bb7f5f5f148 (patch)
tree65c49c571c4012b195a309866b8bf6ed2885f9ef /bin/config-include
parentCopyright notices. (diff)
downloadopensim-SC_OLD-f276ba57bf5bd732fbc6a255213c9bb7f5f5f148.zip
opensim-SC_OLD-f276ba57bf5bd732fbc6a255213c9bb7f5f5f148.tar.gz
opensim-SC_OLD-f276ba57bf5bd732fbc6a255213c9bb7f5f5f148.tar.bz2
opensim-SC_OLD-f276ba57bf5bd732fbc6a255213c9bb7f5f5f148.tar.xz
HG agent transfers are starting to work. Gatekeeper handlers are missing.
Diffstat (limited to 'bin/config-include')
-rw-r--r--bin/config-include/StandaloneHypergrid.ini9
1 files changed, 8 insertions, 1 deletions
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 @@
20 UserAccountServices = "LocalUserAccountServicesConnector" 20 UserAccountServices = "LocalUserAccountServicesConnector"
21 SimulationServices = "RemoteSimulationConnectorModule" 21 SimulationServices = "RemoteSimulationConnectorModule"
22 AvatarServices = "LocalAvatarServicesConnector" 22 AvatarServices = "LocalAvatarServicesConnector"
23 EntityTransferModule = "BasicEntityTransferModule" 23 EntityTransferModule = "HGEntityTransferModule"
24 InventoryServiceInConnector = true 24 InventoryServiceInConnector = true
25 AssetServiceInConnector = true 25 AssetServiceInConnector = true
26 HGAuthServiceInConnector = true 26 HGAuthServiceInConnector = true
@@ -28,6 +28,8 @@
28 NeighbourServiceInConnector = true 28 NeighbourServiceInConnector = true
29 LibraryModule = true 29 LibraryModule = true
30 LLLoginServiceInConnector = true 30 LLLoginServiceInConnector = true
31 ;; err, temporary
32 SimulationServiceInConnector = true
31 33
32[AssetService] 34[AssetService]
33 ; For the AssetServiceInConnector 35 ; For the AssetServiceInConnector
@@ -103,3 +105,8 @@
103 DefaultRegion = "OpenSim Test" 105 DefaultRegion = "OpenSim Test"
104 WelcomeMessage = "Welcome, Avatar!" 106 WelcomeMessage = "Welcome, Avatar!"
105 107
108 HomeURI = "http://127.0.0.1:9000"
109 GatewayURI = "http://127.0.0.1:9000"
110 InventoryServerURI = "http://127.0.0.1:9000"
111 AssetServerURI = "http://127.0.0.1:9000"
112