* 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.
This commit is contained in:
Diva Canto
2009-12-28 09:22:35 -08:00
parent 531f998ed2
commit f43a648052
5 changed files with 12 additions and 3 deletions

View File

@@ -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"

View File

@@ -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"