aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneHypergrid.ini
diff options
context:
space:
mode:
authorDiva Canto2009-09-27 14:32:03 -0700
committerDiva Canto2009-09-27 14:32:03 -0700
commit8b2b8801e63fbcf5252e5ddbb40438e224025348 (patch)
treef8677b784b6b199fd310759da815d94a79139545 /bin/config-include/StandaloneHypergrid.ini
parentAdded missing IHyperlinkService. (diff)
downloadopensim-SC_OLD-8b2b8801e63fbcf5252e5ddbb40438e224025348.zip
opensim-SC_OLD-8b2b8801e63fbcf5252e5ddbb40438e224025348.tar.gz
opensim-SC_OLD-8b2b8801e63fbcf5252e5ddbb40438e224025348.tar.bz2
opensim-SC_OLD-8b2b8801e63fbcf5252e5ddbb40438e224025348.tar.xz
Fixed port in GridServer.ini. Added new configs for StandaloneHypergrid.ini
Diffstat (limited to '')
-rw-r--r--bin/config-include/StandaloneHypergrid.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index 793f4d5..75cdad9 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -10,13 +10,15 @@
10[Modules] 10[Modules]
11 AssetServices = "HGAssetBroker" 11 AssetServices = "HGAssetBroker"
12 InventoryServices = "HGInventoryBroker" 12 InventoryServices = "HGInventoryBroker"
13 NeighbourServices = "LocalNeighbourServicesConnector" 13 NeighbourServices = "RemoteNeighbourServicesConnector"
14 AuthorizationServices = "LocalAuthorizationServicesConnector" 14 AuthorizationServices = "LocalAuthorizationServicesConnector"
15 GridServices = "HGGridServicesConnector" 15 GridServices = "HGGridServicesConnector"
16 InventoryServiceInConnector = true 16 InventoryServiceInConnector = true
17 AssetServiceInConnector = true 17 AssetServiceInConnector = true
18 HGAuthServiceInConnector = true 18 HGAuthServiceInConnector = true
19 HypergridServiceInConnector = true 19 HypergridServiceInConnector = true
20 NeighbourServiceInConnector = true
21
20 22
21[AssetService] 23[AssetService]
22 ; For the AssetServiceInConnector 24 ; For the AssetServiceInConnector