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/Standalone.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/Standalone.ini')
-rw-r--r-- | bin/config-include/Standalone.ini | 3 |
1 files changed, 3 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" | ||