aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
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
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 'bin')
-rw-r--r--bin/OpenSim.GridServer.ini.example2
-rw-r--r--bin/config-include/StandaloneHypergrid.ini4
2 files changed, 4 insertions, 2 deletions
diff --git a/bin/OpenSim.GridServer.ini.example b/bin/OpenSim.GridServer.ini.example
index 695bf9e..8bd126f 100644
--- a/bin/OpenSim.GridServer.ini.example
+++ b/bin/OpenSim.GridServer.ini.example
@@ -13,7 +13,7 @@
13; * server instance 13; * server instance
14; * 14; *
15[Network] 15[Network]
16 port = 8002 16 port = 8001
17 17
18; * The following are for the remote console 18; * The following are for the remote console
19; * They have no effect for the local or basic console types 19; * They have no effect for the local or basic console types
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