From f43a64805251dfbb2e24abc481b8b59c062d452e Mon Sep 17 00:00:00 2001
From: Diva Canto
Date: Mon, 28 Dec 2009 09:22:35 -0800
Subject: * Added the new modules to Resources, making them active. * Added
 their configs to standalone for testing. This crashes, because the DB is
 still not ready.

---
 bin/config-include/Standalone.ini          | 3 +++
 bin/config-include/StandaloneHypergrid.ini | 4 ++++
 2 files changed, 7 insertions(+)

(limited to 'bin')

diff --git a/bin/config-include/Standalone.ini b/bin/config-include/Standalone.ini
index cdfdf4b..c4cffb9 100644
--- a/bin/config-include/Standalone.ini
+++ b/bin/config-include/Standalone.ini
@@ -13,6 +13,7 @@
     NeighbourServices = "LocalNeighbourServicesConnector"
     AuthorizationServices = "LocalAuthorizationServicesConnector"
     GridServices = "LocalGridServicesConnector"
+    PresenceServices ="LocalPresenceServicesConnector"
     LibraryModule = true
 
 [AssetService]
@@ -28,3 +29,5 @@
 	LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
     Realm = "regions"
 
+[PresenceService]
+    LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService"
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index 909286c..bd9de33 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -16,6 +16,7 @@
     NeighbourServices = "RemoteNeighbourServicesConnector"
     AuthorizationServices = "LocalAuthorizationServicesConnector"
     GridServices = "HGGridServicesConnector"
+    PresenceServices ="LocalPresenceServicesConnector"
     InventoryServiceInConnector = true
     AssetServiceInConnector = true
     HGAuthServiceInConnector = true
@@ -52,3 +53,6 @@
 	; LocalGridServicesConnector needs this
 	LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
 	Realm = "regions"
+
+[PresenceService]
+    LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService"
-- 
cgit v1.1