diff options
author | Diva Canto | 2009-12-28 09:22:35 -0800 |
---|---|---|
committer | Diva Canto | 2009-12-28 09:22:35 -0800 |
commit | f43a64805251dfbb2e24abc481b8b59c062d452e (patch) | |
tree | 6330a5bf7250e143a6e3ce54851b57d4a63a2e87 /bin | |
parent | * Deleted HGPresenceBroker, since it won't be needed (diff) | |
download | opensim-SC_OLD-f43a64805251dfbb2e24abc481b8b59c062d452e.zip opensim-SC_OLD-f43a64805251dfbb2e24abc481b8b59c062d452e.tar.gz opensim-SC_OLD-f43a64805251dfbb2e24abc481b8b59c062d452e.tar.bz2 opensim-SC_OLD-f43a64805251dfbb2e24abc481b8b59c062d452e.tar.xz |
* 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.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/config-include/Standalone.ini | 3 | ||||
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 4 |
2 files changed, 7 insertions, 0 deletions
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 @@ | |||
13 | NeighbourServices = "LocalNeighbourServicesConnector" | 13 | NeighbourServices = "LocalNeighbourServicesConnector" |
14 | AuthorizationServices = "LocalAuthorizationServicesConnector" | 14 | AuthorizationServices = "LocalAuthorizationServicesConnector" |
15 | GridServices = "LocalGridServicesConnector" | 15 | GridServices = "LocalGridServicesConnector" |
16 | PresenceServices ="LocalPresenceServicesConnector" | ||
16 | LibraryModule = true | 17 | LibraryModule = true |
17 | 18 | ||
18 | [AssetService] | 19 | [AssetService] |
@@ -28,3 +29,5 @@ | |||
28 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" | 29 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" |
29 | Realm = "regions" | 30 | Realm = "regions" |
30 | 31 | ||
32 | [PresenceService] | ||
33 | 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 @@ | |||
16 | NeighbourServices = "RemoteNeighbourServicesConnector" | 16 | NeighbourServices = "RemoteNeighbourServicesConnector" |
17 | AuthorizationServices = "LocalAuthorizationServicesConnector" | 17 | AuthorizationServices = "LocalAuthorizationServicesConnector" |
18 | GridServices = "HGGridServicesConnector" | 18 | GridServices = "HGGridServicesConnector" |
19 | PresenceServices ="LocalPresenceServicesConnector" | ||
19 | InventoryServiceInConnector = true | 20 | InventoryServiceInConnector = true |
20 | AssetServiceInConnector = true | 21 | AssetServiceInConnector = true |
21 | HGAuthServiceInConnector = true | 22 | HGAuthServiceInConnector = true |
@@ -52,3 +53,6 @@ | |||
52 | ; LocalGridServicesConnector needs this | 53 | ; LocalGridServicesConnector needs this |
53 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" | 54 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" |
54 | Realm = "regions" | 55 | Realm = "regions" |
56 | |||
57 | [PresenceService] | ||
58 | LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService" | ||