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/config-include/StandaloneHypergrid.ini | |
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/config-include/StandaloneHypergrid.ini')
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 4 |
1 files changed, 4 insertions, 0 deletions
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" | ||